Class EExtensionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.extensions.EExtensionsException
- All Implemented Interfaces:
Serializable
This represents the extensions exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams -
Constructor Summary
ConstructorsConstructorDescriptionEExtensionsException(String msgFormat) EExtensionsException(String msgFormat, Exception e) EExtensionsException(String msgFormat, Object[] params) -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EExtensionsException
-
EExtensionsException
-
EExtensionsException
-
-
Method Details
-
getBundleName
Description copied from class:EBaseExceptionReturns the given resource bundle name.- Overrides:
getBundleNamein classEBaseException- Returns:
- the name of the resource bundle for this class.
-