java.io.Serializable
public 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, printStackTrace
public UnknownSizeException()
UnknownSizeException
with no
detail message.public UnknownSizeException(java.lang.String message)
UnknownSizeException
with
the specified detail message.message
- The detail message.