Class AuthException

All Implemented Interfaces:
Serializable

public class AuthException extends RequestException
Defines the exception thrown due to issues with authorization.
See Also:
  • Constructor Details

    • AuthException

      public AuthException(String msg)
      Creates a new AuthException.
      Parameters:
      msg - the exception message
    • AuthException

      public AuthException(String msg, Throwable cause)
      Creates a new AuthException.
      Parameters:
      msg - the exception message
      cause - the cause of the exception