org.apache.commons.fileupload
public static class FileUploadBase.InvalidContentTypeException extends FileUploadException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The exceptions UID, for serializing an instance.
|
Constructor and Description |
---|
FileUploadBase.InvalidContentTypeException()
Constructs a
InvalidContentTypeException with no
detail message. |
FileUploadBase.InvalidContentTypeException(java.lang.String message)
Constructs an
InvalidContentTypeException with
the specified detail message. |
getCause, printStackTrace, printStackTrace
private static final long serialVersionUID
public FileUploadBase.InvalidContentTypeException()
InvalidContentTypeException
with no
detail message.public FileUploadBase.InvalidContentTypeException(java.lang.String message)
InvalidContentTypeException
with
the specified detail message.message
- The detail message.