All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.security.auth.AS400AuthenticationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.as400.access.AS400SecurityException
                           |
                           +----com.ibm.as400.security.auth.AS400AuthenticationException

public class AS400AuthenticationException
extends AS400SecurityException
The AS400AuthenticationException class and subclasses represent exceptions issued when errors occur during AS/400 authentication.


Method Index

 o getAS400Message()
Returns the AS400Message causing the exception.
 o getAS400MessageList()
Returns the list of AS400Messages causing the exception.
 o toString()
Returns a string representation of the object.

Methods

 o getAS400Message
 public AS400Message getAS400Message()
Returns the AS400Message causing the exception.

Returns:
The message causing the exception; null if not available.
 o getAS400MessageList
 public AS400Message[] getAS400MessageList()
Returns the list of AS400Messages causing the exception.

Returns:
An array of messages causing the exception; null if not available.
 o toString
 public String toString()
Returns a string representation of the object.

Returns:
The string representation.
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index