Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends SecurityException
Author:
Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String errorMessage)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String errorMessage, Throwable cause)