Class ENotificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.notification.ENotificationException
- All Implemented Interfaces:
Serializable
A class represents a notification exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionENotificationException
(String msgFormat) Constructs a notification exceptionENotificationException
(String msgFormat, Exception e) Constructs a Identity exception.ENotificationException
(String msgFormat, Object[] params) Constructs a Identity exception. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ENotificationException
Constructs a notification exception -
ENotificationException
Constructs a Identity exception. -
ENotificationException
Constructs a Identity exception.
-
-
Method Details
-
getBundleName
Retrieves bundle name.- Overrides:
getBundleName
in classEBaseException
- Returns:
- the name of the resource bundle for this class.
-