public static class FileUploadBase.UnknownSizeException extends FileUploadException
Constructor and Description |
---|
UnknownSizeException()
Constructs a
UnknownSizeException with no
detail message. |
UnknownSizeException(java.lang.String message)
Constructs an
UnknownSizeException with
the specified detail message. |
public UnknownSizeException()
UnknownSizeException
with no
detail message.public UnknownSizeException(java.lang.String message)
UnknownSizeException
with
the specified detail message.message
- The detail message.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.