Class EProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.profile.EProfileException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ECMCBadIdentityException, ECMCBadMessageCheckException, ECMCBadRequestException, ECMCPopFailedException, ECMCPopRequiredException, ECMCUnsupportedExtException, EDeferException, ERejectException
This represents a generic profile exception.
This is the base class for all profile-specific exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class EBaseException
mParams -
Constructor Summary
ConstructorsConstructorDescriptionEProfileException(String msg) Creates a profile exception.EProfileException(String msg, Throwable cause) EProfileException(Throwable cause) -
Method Summary
Methods inherited from class EBaseException
getBundleName, getParameters, toString, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EProfileException
Creates a profile exception.- Parameters:
msg- additional message for the handler of the exception. The message may or may not be localized.
-
EProfileException
-
EProfileException
-