Class UnacceptableContentException

All Implemented Interfaces:
Serializable

public class UnacceptableContentException extends BaseException
See Also:
  • Constructor Details

    • UnacceptableContentException

      public UnacceptableContentException()
    • UnacceptableContentException

      public UnacceptableContentException(String message)
    • UnacceptableContentException

      public UnacceptableContentException(String message, Throwable cause)
    • UnacceptableContentException

      public UnacceptableContentException(Throwable cause)
    • UnacceptableContentException

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