Class UnauthorizedException

  • All Implemented Interfaces:
    Serializable

    public class UnauthorizedException
    extends BaseModelerRestException
    Exception thrown when the request that is performed need authorization, but no valid ticket has been passed along with it.
    Author:
    Frederik Heremans
    See Also:
    Serialized Form
    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException​(String message,
                                     Throwable cause)
      • UnauthorizedException

        public UnauthorizedException​(String message)
      • UnauthorizedException

        public UnauthorizedException​(Throwable cause)