|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.novell.security.japi.pki.NPKI_Exception
Defines the PKI Exception class.
| Constructor Summary | |
NPKI_Exception(int errCode)
Constructor |
|
NPKI_Exception(java.lang.String errDesc)
The constructor for NPKI.Exception class. |
|
| Method Summary | |
int |
getErrCode()
Gets PKI, NICI, or DS defined error code. |
java.lang.String |
toString()
Gets the string description of the error. |
| 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 NPKI_Exception(java.lang.String errDesc)
errDesc - Certificate error descriptions.public NPKI_Exception(int errCode)
errCode - Error code.| Method Detail |
public int getErrCode()
public java.lang.String toString()
NOTE: not all errors have a description associated with them.
toString in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||