Class FileUploadBase.InvalidContentTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.FileUploadException
org.apache.commons.fileupload.FileUploadBase.InvalidContentTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.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