|
||||||||||
| 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.ca.ECAException
public class ECAException
A class represents a CA exception.
| Field Summary |
|---|
| Fields inherited from class com.netscape.certsrv.base.EBaseException |
|---|
mParams |
| Constructor Summary | |
|---|---|
ECAException(java.lang.String msgFormat)
Constructs a CA exception. |
|
ECAException(java.lang.String msgFormat,
java.lang.Exception e)
Constructs a CA exception. |
|
ECAException(java.lang.String msgFormat,
java.lang.Object[] params)
Constructs a CA exception. |
|
ECAException(java.lang.String msgFormat,
java.lang.String param)
Constructs a CA exception. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getBundleName()
Returns the bundle file 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 ECAException(java.lang.String msgFormat)
msgFormat - constant from CAResources.
public ECAException(java.lang.String msgFormat,
java.lang.String param)
msgFormat - constant from CAResources.param - additional parameters to the message.
public ECAException(java.lang.String msgFormat,
java.lang.Exception e)
msgFormat - constant from CAResources.e - embedded exception.
public ECAException(java.lang.String msgFormat,
java.lang.Object[] params)
msgFormat - constant from CAResources.params - additional parameters to the message.| 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 | |||||||||