Class AuthenticationRejected

All Implemented Interfaces:
Serializable

public class AuthenticationRejected extends AuthenticationFailure
An unchecked exception representing authentication rejection of a token for the requested purpose.
See Also:
  • Constructor Details

    • AuthenticationRejected

      public AuthenticationRejected(String reason)
    • AuthenticationRejected

      public AuthenticationRejected(String message, Throwable cause)