Package com.netscape.certsrv.profile
Class ECMCUnsupportedExtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.profile.EProfileException
com.netscape.certsrv.profile.ECMCUnsupportedExtException
- All Implemented Interfaces:
Serializable
This represents a profile specific exception for handling
CMC unsupportedExt condition.
The framework raises this exception when a request contains extensions
that's not supported
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception.ECMCUnsupportedExtException
(String msg, 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
-
ECMCUnsupportedExtException
Creates an exception.- Parameters:
msg
- localized message that will be displayed to end user.
-
ECMCUnsupportedExtException
-
ECMCUnsupportedExtException
-