Class CustomAuthenticatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spotfire.server.security.CustomAuthenticatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomWebAuthenticatorException

public class CustomAuthenticatorException extends Exception
Exception thrown by implementations of CustomAuthenticator and CustomWebAuthenticator.
Since:
7.6
See Also:
  • Constructor Details

    • CustomAuthenticatorException

      public CustomAuthenticatorException(String message)
      Constructs a new instance with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      7.6
    • CustomAuthenticatorException

      public CustomAuthenticatorException(String message, Throwable cause)
      Constructs a new instance with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
      Since:
      7.6