com.ibm.as400.security.auth

Class RetrieveFailedException

  • All Implemented Interfaces:
    ReturnCodeException, java.io.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
    • 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.