Class ServiceException.UnsupportedMediaTypeException

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

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

    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String message)
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String message, Throwable throwable)
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(ErrorMessage errorMessage)
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(ErrorMessage errorMessage, Throwable throwable)