Class UnauthenticatedException

All Implemented Interfaces:
Serializable

public class UnauthenticatedException extends FunctionalException
Thrown to signal that the user is not authenticated.

This typically occurs when no valid authentication token is present or the session has expired.

See Also:
  • Constructor Details

    • UnauthenticatedException

      public UnauthenticatedException(String message)
      Constructs a new UnauthenticatedException with the specified detail message.