|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.as400.access.AS400SecurityException | +--com.ibm.as400.security.auth.AS400AuthenticationException
The AS400AuthenticationException class and subclasses represent exceptions issued when errors occur during AS/400 authentication.
Method Summary | |
AS400Message |
getAS400Message()
Returns the AS400Message causing the exception. |
AS400Message[] |
getAS400MessageList()
Returns the list of AS400Messages causing the exception. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class com.ibm.as400.access.AS400SecurityException |
getReturnCode |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public AS400Message getAS400Message()
public AS400Message[] getAS400MessageList()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |