Class UnauthorizedUserException

All Implemented Interfaces:
Serializable

public class UnauthorizedUserException extends RestException
This exception is thrown if the user is unauthorized.
Since:
9.7
Author:
Marius Orsan
See Also:
  • Constructor Details Link icon

    • UnauthorizedUserException Link icon

      public UnauthorizedUserException(String message)
    • UnauthorizedUserException Link icon

      public UnauthorizedUserException(String message, Throwable cause)