Uses of Package
wjhk.jupload2.exception

Packages that use wjhk.jupload2.exception
wjhk.jupload2.exception Some application specific exceptions. 
wjhk.jupload2.filedata This package allows you to change the file relative behaviour: this page describes how to override the default behaviour, to fullfill your needs (for instance add data compression, preload check, new data about files in the upload to the server.. 
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
wjhk.jupload2.policies This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code. 
wjhk.jupload2.upload Implementations of the various protocol-specific tasks. 
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.exception
JUploadException
          A new kind of exceptions.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.filedata
JUploadException
          A new kind of exceptions.
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.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.gui
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.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.policies
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).
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.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.upload
JUploadException
          A new kind of exceptions.
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.