org.apache.commons.fileupload
public static class FileUploadBase.InvalidContentTypeException extends FileUploadException
| Constructor Summary | |
|---|---|
| InvalidContentTypeException()
Constructs a InvalidContentTypeException with no
detail message. | |
| InvalidContentTypeException(String message)
Constructs an InvalidContentTypeException with
the specified detail message.
| |
InvalidContentTypeException with no
detail message.InvalidContentTypeException with
the specified detail message.
Parameters: message The detail message.