Class UnauthorizedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionExpiredException

public class UnauthorizedException extends BaseException
Created by patricktwohig on 8/3/17.
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details