|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.listeners.EListenersException
public class EListenersException
A class represents a listener exception.
Field Summary |
---|
Fields inherited from class com.netscape.certsrv.base.EBaseException |
---|
mParams |
Constructor Summary | |
---|---|
EListenersException(java.lang.String msgFormat)
Constructs a listeners exception. |
|
EListenersException(java.lang.String msgFormat,
java.lang.Exception e)
Constructs a Listeners exception. |
|
EListenersException(java.lang.String msgFormat,
java.lang.Object[] params)
Constructs a Listeners exception. |
|
EListenersException(java.lang.String msgFormat,
java.lang.String param)
Constructs a listeners exception. |
Method Summary | |
---|---|
protected java.lang.String |
getBundleName()
get the listener resource class name. |
Methods inherited from class com.netscape.certsrv.base.EBaseException |
---|
getParameters, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EListenersException(java.lang.String msgFormat)
msgFormat
- The error message resource key.public EListenersException(java.lang.String msgFormat, java.lang.String param)
msgFormat
- exception details in message string format.param
- message string parameter.public EListenersException(java.lang.String msgFormat, java.lang.Exception e)
msgFormat
- The resource key.e
- The parameter as an exception.public EListenersException(java.lang.String msgFormat, java.lang.Object[] params)
msgFormat
- The resource key.params
- Array of params.Method Detail |
---|
protected java.lang.String getBundleName()
getBundleName
in class EBaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |