com.ibm.as400.security.auth
Class AS400AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.as400.access.AS400SecurityException
                    |
                    +--com.ibm.as400.security.auth.AS400AuthenticationException
All Implemented Interfaces:
ReturnCodeException, java.io.Serializable
Direct Known Subclasses:
DestroyFailedException, RefreshFailedException, RetrieveFailedException, SwapFailedException

public class AS400AuthenticationException
extends AS400SecurityException

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

See Also:
Serialized Form

Fields inherited from class com.ibm.as400.access.AS400SecurityException
DIRECTORY_ENTRY_ACCESS_DENIED, EXIT_POINT_PROCESSING_ERROR, EXIT_PROGRAM_CALL_ERROR, EXIT_PROGRAM_DENIED_REQUEST, EXIT_PROGRAM_NOT_AUTHORIZED, EXIT_PROGRAM_RESOLVE_ERROR, GENERATE_TOKEN_REQUEST_NOT_VALID, KERBEROS_TICKET_NOT_VALID_CONSISTENCY, KERBEROS_TICKET_NOT_VALID_CREDANTIAL_STRUCTURE, KERBEROS_TICKET_NOT_VALID_CREDENTIAL_NO_LONGER_VALID, KERBEROS_TICKET_NOT_VALID_CREDENTIAL_NOT_VALID, KERBEROS_TICKET_NOT_VALID_EIM, KERBEROS_TICKET_NOT_VALID_MECHANISM, KERBEROS_TICKET_NOT_VALID_MULTIPLE_PROFILES, KERBEROS_TICKET_NOT_VALID_RETRIEVE, KERBEROS_TICKET_NOT_VALID_SIGNATURE, KERBEROS_TICKET_NOT_VALID_SYSTEM_PROFILE, KERBEROS_TICKET_NOT_VALID_VERIFICATION, LIBRARY_AUTHORITY_INSUFFICIENT, OBJECT_AUTHORITY_INSUFFICIENT, PASSWORD_CHANGE_REQUEST_NOT_VALID, PASSWORD_ERROR, PASSWORD_EXPIRED, PASSWORD_INCORRECT, PASSWORD_INCORRECT_USERID_DISABLE, PASSWORD_LENGTH_NOT_VALID, PASSWORD_NEW_ADJACENT_DIGITS, PASSWORD_NEW_CHARACTER_NOT_VALID, PASSWORD_NEW_CONSECUTIVE_REPEAT_CHARACTER, PASSWORD_NEW_DISALLOWED, PASSWORD_NEW_NO_ALPHABETIC, PASSWORD_NEW_NO_NUMERIC, PASSWORD_NEW_NOT_VALID, PASSWORD_NEW_PREVIOUSLY_USED, PASSWORD_NEW_REPEAT_CHARACTER, PASSWORD_NEW_SAME_POSITION, PASSWORD_NEW_TOO_LONG, PASSWORD_NEW_TOO_SHORT, PASSWORD_NEW_USERID, PASSWORD_NONE, PASSWORD_NOT_SET, PASSWORD_OLD_NOT_VALID, PASSWORD_PRE_V2R2, PROFILE_TOKEN_NOT_VALID, PROFILE_TOKEN_NOT_VALID_MAXIMUM, PROFILE_TOKEN_NOT_VALID_NOT_REGENERABLE, PROFILE_TOKEN_NOT_VALID_TIMEOUT_NOT_VALID, PROFILE_TOKEN_NOT_VALID_TYPE_NOT_VALID, REQUEST_NOT_SUPPORTED, SECURITY_GENERAL, SIGNON_CANCELED, SIGNON_CHAR_NOT_VALID, SIGNON_REQUEST_NOT_VALID, SPECIAL_AUTHORITY_INSUFFICIENT, SYSTEM_LEVEL_NOT_CORRECT, TOKEN_LENGTH_NOT_VALID, TOKEN_TYPE_NOT_VALID, UNKNOWN, USERID_DISABLE, USERID_ERROR, USERID_LENGTH_NOT_VALID, USERID_NOT_SET, USERID_UNKNOWN
 
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

getAS400Message

public AS400Message getAS400Message()
Returns the AS400Message causing the exception.
Returns:
The message causing the exception; null if not available.

getAS400MessageList

public AS400Message[] getAS400MessageList()
Returns the list of AS400Messages causing the exception.
Returns:
An array of messages causing the exception; null if not available.

toString

public java.lang.String toString()
Returns a string representation of the object.
Overrides:
toString in class java.lang.Throwable
Returns:
The string representation.