uk.co.weft.maybeupload
Class UploadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byuk.co.weft.maybeupload.UploadException
All Implemented Interfaces:
java.io.Serializable

public class UploadException
extends javax.servlet.ServletException

An exception to throw if upload fails

Version:
$Revision: 1.1 $ This revision: $Author: simon $
   $Log: UploadException.java,v $
   Revision 1.1  2001/04/24 15:55:58  simon
   Patch release incorporating Aaron Dunlop's ByteArrayInputStream stuff.


   
Author:
Simon Brooke (simon@jasmine.org.uk)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UploadException(java.lang.String msg)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

UploadException

public UploadException(java.lang.String msg)