Package com.netscape.certsrv.profile
Class ERejectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.profile.EProfileException
com.netscape.certsrv.profile.ERejectException
- All Implemented Interfaces:
Serializable
This represents a profile specific exception. This
exception is raised when a request is rejected.
A rejected request cannot be reprocessed. Rejected request is considered as a request in its terminal state.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionERejectException
(String msg) Creates a rejection exception.ERejectException
(String msg, Throwable cause) ERejectException
(Throwable cause) -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ERejectException
Creates a rejection exception.- Parameters:
msg
- localized message that indicates the reason why a request is rejected.
-
ERejectException
-
ERejectException
-