Module swim.api
Package swim.api.auth

Class AuthenticatorException

All Implemented Interfaces:
Serializable

public class AuthenticatorException extends RuntimeException
See Also:
  • Constructor Details

    • AuthenticatorException

      public AuthenticatorException(String message, Throwable cause)
    • AuthenticatorException

      public AuthenticatorException(String message)
    • AuthenticatorException

      public AuthenticatorException(Throwable cause)
    • AuthenticatorException

      public AuthenticatorException()