Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends InruptClientException
A runtime exception for use with authentication-related errors.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
      Create an authentication exception.
      Parameters:
      message - the message
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Create an authentication exception.
      Parameters:
      message - the message
      cause - the cause