Exception | Description |
---|---|
JUploadEOFException |
This error is thrown, when the socket used to read bytes from the server is
closed.
|
JUploadException |
A new kind of exceptions.
|
JUploadExceptionStopAddingFiles |
This exception is a trick, to stop adding files to the file list, when too
many files don't match the allowed extension (see
wjhk.jupload2.gui.FilePanelDataModel2#addFile(File, File)), or any
other control of the current upload policy (see
UploadPolicy#createFileData(File, File) . |
JUploadExceptionTooBigFile |
This exception indicates, that the file that is to be uploaded is too big.
|
JUploadExceptionUploadFailed |
This exception occurs when an upload failed.
|
JUploadExceptionUploadFailedSuccessNotFound | |
JUploadInterrupted |
This class is thrown in the
DefaultFileUploadThread , when it detects
that the user clicked on the stop button. |
JUploadIOException |
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Copyright © 2015. All rights reserved.