2.17.2: 2011-06-17

net.sf.basedb.clients.web.fileupload
Class UploadAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.basedb.clients.web.fileupload.UploadAbortedException
All Implemented Interfaces:
Serializable

public class UploadAbortedException
extends IOException

Version:
2.0
Author:
nicklas
See Also:
Serialized Form
Last modified
$Date$

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
UploadAbortedException()
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UploadAbortedException

public UploadAbortedException()

2.17.2: 2011-06-17