com.ibm.as400.security.auth
Class AS400AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.as400.access.AS400SecurityException
              extended bycom.ibm.as400.security.auth.AS400AuthenticationException
All Implemented Interfaces:
ReturnCodeException, 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 system authentication.

See Also:
Serialized Form

Field Summary
 
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_AUTHORITY_INSUFFICIENT, GENERATE_TOKEN_CAN_NOT_CHANGE_CCSID, GENERATE_TOKEN_CAN_NOT_CONNECT, GENERATE_TOKEN_CAN_NOT_OBTAIN_NAME, GENERATE_TOKEN_NO_MAPPING, 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_NOT_ALLOWED, 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_NEW_VALIDATION_PROGRAM, PASSWORD_NONE, PASSWORD_NOT_SET, PASSWORD_OLD_NOT_VALID, PASSWORD_PRE_V2R2, PASSWORD_VALUE_NOT_VALID, 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, SERVER_CONVERSION_ERROR, SERVER_CRYPTO_ERROR, SERVER_EIM_ERROR, SERVER_KEY_NOT_FOUND, SERVER_NO_MEMORY, SERVER_TOKEN_VERSION, 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_MISMATCH, 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.
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class com.ibm.as400.access.AS400SecurityException
getMessageList, getReturnCode
 
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
 

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 String toString()
Returns a string representation of the object.

Returns:
The string representation.