java.io.Serializablepublic static class FileUploadBase.UnknownSizeException extends FileUploadException
| Constructor | Description |
|---|---|
UnknownSizeException() |
Constructs a
UnknownSizeException with no
detail message. |
UnknownSizeException(java.lang.String message) |
Constructs an
UnknownSizeException with
the specified detail message. |
getCause, printStackTrace, printStackTracepublic UnknownSizeException()
UnknownSizeException with no
detail message.public UnknownSizeException(java.lang.String message)
UnknownSizeException with
the specified detail message.message - The detail message.