Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends RuntimeException
Indicates that the requested URL requires authentication.

This normally corresponds to an HTTP 401 response.

Since:
1.1.0
Author:
Mark Allen
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(Throwable cause)
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)