All Implemented Interfaces:
Serializable

public class UnauthorizedException extends FunctionalException
Thrown when an authenticated user attempts to access a resource or perform an action for which they lack the required permissions.
See Also:
  • Constructor Details

    • UnauthorizedException

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