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:
java.io.Serializable
public class ERejectException extends EProfileException
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description ERejectException(java.lang.String msg)
Creates a rejection exception.ERejectException(java.lang.String msg, java.lang.Throwable cause)
ERejectException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
-
-
-
-
Constructor Detail
-
ERejectException
public ERejectException(java.lang.String msg)
Creates a rejection exception.- Parameters:
msg
- localized message that indicates the reason why a request is rejected.
-
ERejectException
public ERejectException(java.lang.String msg, java.lang.Throwable cause)
-
ERejectException
public ERejectException(java.lang.Throwable cause)
-
-