Class EAuthzUnknownProtectedRes
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.authorization.EAuthzException
com.netscape.certsrv.authorization.EAuthzUnknownProtectedRes
- All Implemented Interfaces:
Serializable
Exception for protected resource unknown to the authorization manager
- See Also:
-
Field Summary
Fields inherited from class EBaseException
mParams -
Constructor Summary
ConstructorsConstructorDescriptionEAuthzUnknownProtectedRes(String errorString) Constructs a exception for a protected resource unknown to the authorization manager -
Method Summary
Methods inherited from class EAuthzException
getBundleNameMethods inherited from class EBaseException
getParameters, toString, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EAuthzUnknownProtectedRes
Constructs a exception for a protected resource unknown to the authorization manager- Parameters:
errorString- Detailed error message.
-