Class SsoLoginException

All Implemented Interfaces:
Serializable

public class SsoLoginException extends FessSystemException
Exception thrown when SSO (Single Sign-On) login operations fail. This exception is used to indicate various SSO authentication failures including configuration errors, authentication token validation failures, communication issues with SSO providers, and other SSO-related problems.
See Also:
  • Constructor Details

    • SsoLoginException

      public SsoLoginException(String message)
      Constructs a new SsoLoginException with the specified detail message.
      Parameters:
      message - The detail message explaining the SSO login failure
    • SsoLoginException

      public SsoLoginException(String message, Throwable cause)
      Constructs a new SsoLoginException with the specified detail message and cause.
      Parameters:
      message - The detail message explaining the SSO login failure
      cause - The underlying exception that caused this SSO login failure