Interface AccountState.Error

    • Method Detail

      • getCode

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

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

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