Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends SecurityException
Author:
Michal Szynkiewicz, [email protected]
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String errorMessage)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String errorMessage, Throwable cause)