Class InvalidContentTypeException

All Implemented Interfaces:
Serializable

public class InvalidContentTypeException extends FileUploadException
Thrown to indicate that the request is not a multipart request.
See Also:
  • Constructor Details

    • InvalidContentTypeException

      public InvalidContentTypeException()
      Constructs a InvalidContentTypeException with no detail message.
    • InvalidContentTypeException

      public InvalidContentTypeException(String message)
      Constructs an InvalidContentTypeException with the specified detail message.
      Parameters:
      message - The detail message.
    • InvalidContentTypeException

      public InvalidContentTypeException(String msg, Throwable cause)
      Constructs an InvalidContentTypeException with the specified detail message and cause.
      Parameters:
      msg - The detail message.
      cause - the original cause
      Since:
      1.3.1