Interface AccountState.Error

    • Method Detail

      • getCode

        int getCode()
        Returns the error code.
        Returns:
        error code
      • getMessage

        java.lang.String getMessage()
        Returns the error message.
        Returns:
        error message
      • throwSecurityException

        void throwSecurityException()
                             throws javax.security.auth.login.LoginException
        Throws the LoginException that best maps to this error.
        Throws:
        javax.security.auth.login.LoginException - for this account state error