Class SsoProcessException

All Implemented Interfaces:
Serializable

public class SsoProcessException extends FessSystemException
Exception thrown during SSO (Single Sign-On) processing operations. This exception is used to indicate errors that occur during the execution of SSO authentication and authorization processes. It extends FessSystemException to provide consistent error handling within the Fess system for SSO-related processing failures such as token validation errors, communication failures with SSO providers, or configuration issues.
See Also:
  • Constructor Details

    • SsoProcessException

      public SsoProcessException(String message)
      Constructs a new SSO process exception with the specified detailed message.
      Parameters:
      message - The detailed error message explaining the cause of the exception
    • SsoProcessException

      public SsoProcessException(String message, Throwable cause)
      Constructs a new SSO process exception with the specified detailed message and cause.
      Parameters:
      message - The detailed error message explaining the cause of the exception
      cause - The underlying exception that caused this SSO process exception