com.ibm.as400.security.auth
Class RetrieveFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.as400.access.AS400SecurityException
              extended bycom.ibm.as400.security.auth.AS400AuthenticationException
                  extended bycom.ibm.as400.security.auth.RetrieveFailedException
All Implemented Interfaces:
ReturnCodeException, Serializable

public class RetrieveFailedException
extends AS400AuthenticationException

The RetrieveFailedException class represents an exception issued when errors occur while retrieving system authentication information.

If available, one or more AS400Message objects may be included in the exception.

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
 
Constructor Summary
RetrieveFailedException()
          Constructs a RetrieveFailedException.
RetrieveFailedException(AS400Message[] list)
          Constructs a RetrieveFailedException.
RetrieveFailedException(int rc)
          Constructs a RetrieveFailedException.
 
Methods inherited from class com.ibm.as400.security.auth.AS400AuthenticationException
getAS400Message, getAS400MessageList, toString
 
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
 

Constructor Detail

RetrieveFailedException

public RetrieveFailedException()
Constructs a RetrieveFailedException.


RetrieveFailedException

public RetrieveFailedException(AS400Message[] list)
Constructs a RetrieveFailedException.

Parameters:
list - The AS400Message objects to be associated with the exception.

RetrieveFailedException

public RetrieveFailedException(int rc)
Constructs a RetrieveFailedException.

Parameters:
rc - The return code identifying the detail text to assign to the exception.