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:
    Serialized Form
    • Constructor Detail

      • UnauthorizedUserException

        public UnauthorizedUserException​(String message)
      • UnauthorizedUserException

        public UnauthorizedUserException​(String message,
                                         Throwable cause)