Class UnsupportedMediaTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedMediaTypeException extends BaseException
See Also:
  • Constructor Details

    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException()
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String message)
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String message, Throwable cause)
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(Throwable cause)
    • UnsupportedMediaTypeException

      public UnsupportedMediaTypeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details