Class ServiceException.UnauthorizedException

All Implemented Interfaces:
Serializable, org.kohsuke.stapler.HttpResponse
Enclosing class:
ServiceException

public static class ServiceException.UnauthorizedException extends ServiceException
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable throwable)
    • UnauthorizedException

      public UnauthorizedException(ErrorMessage errorMessage)
    • UnauthorizedException

      public UnauthorizedException(ErrorMessage errorMessage, Throwable throwable)