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