Package com.netscape.certsrv.profile
Class EProfileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.profile.EProfileException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ECMCBadIdentityException
,ECMCBadMessageCheckException
,ECMCBadRequestException
,ECMCPopFailedException
,ECMCPopRequiredException
,ECMCUnsupportedExtException
,EDeferException
,ERejectException
public class EProfileException extends EBaseException
This represents a generic profile exception.This is the base class for all profile-specific exception.
- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EProfileException(java.lang.String msg)
Creates a profile exception.EProfileException(java.lang.String msg, java.lang.Throwable cause)
EProfileException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
-
-
-
-
Constructor Detail
-
EProfileException
public EProfileException(java.lang.String msg)
Creates a profile exception.- Parameters:
msg
- additional message for the handler of the exception. The message may or may not be localized.
-
EProfileException
public EProfileException(java.lang.String msg, java.lang.Throwable cause)
-
EProfileException
public EProfileException(java.lang.Throwable cause)
-
-