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 |
|---|
InvalidContentTypeException()
Constructs a
InvalidContentTypeException with no
detail message. |
InvalidContentTypeException(java.lang.String message)
Constructs an
InvalidContentTypeException with
the specified detail message. |
InvalidContentTypeException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an
InvalidContentTypeException with
the specified detail message and cause. |
getCause, printStackTrace, printStackTraceprivate static final long serialVersionUID
public InvalidContentTypeException()
InvalidContentTypeException with no
detail message.public InvalidContentTypeException(java.lang.String message)
InvalidContentTypeException with
the specified detail message.message - The detail message.public InvalidContentTypeException(java.lang.String msg,
java.lang.Throwable cause)
InvalidContentTypeException with
the specified detail message and cause.msg - The detail message.cause - the original cause