com.ibm.as400.security.auth

Class AS400AuthenticationException

    • 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.