Class ServiceException.MethodNotAllowedException

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

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

    • MethodNotAllowedException

      public MethodNotAllowedException(String message)
    • MethodNotAllowedException

      public MethodNotAllowedException(String message, Throwable throwable)
    • MethodNotAllowedException

      public MethodNotAllowedException(ErrorMessage errorMessage)
    • MethodNotAllowedException

      public MethodNotAllowedException(ErrorMessage errorMessage, Throwable throwable)