Class AuthenticationRequiredException

All Implemented Interfaces:
Serializable

public class AuthenticationRequiredException extends OperationDeniedException
Exception to indicate that authentication is required for the operation to proceed. May only be thrown if authentication credentials are not available.
See Also:
  • Constructor Details

    • AuthenticationRequiredException

      public AuthenticationRequiredException()
    • AuthenticationRequiredException

      public AuthenticationRequiredException(String message, Throwable cause)
    • AuthenticationRequiredException

      public AuthenticationRequiredException(String message)
    • AuthenticationRequiredException

      public AuthenticationRequiredException(Throwable cause)