wjhk.jupload2.exception
Class JUploadExceptionStopAddingFiles

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wjhk.jupload2.exception.JUploadException
              extended by wjhk.jupload2.exception.JUploadExceptionStopAddingFiles
All Implemented Interfaces:
Serializable

public class JUploadExceptionStopAddingFiles
extends JUploadException

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).

Author:
etienne_sf
See Also:
Serialized Form

Constructor Summary
JUploadExceptionStopAddingFiles(String message)
           
 
Method Summary
 
Methods inherited from class wjhk.jupload2.exception.JUploadException
getClassNameAndClause, getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUploadExceptionStopAddingFiles

public JUploadExceptionStopAddingFiles(String message)
Parameters:
message -