Maybe Upload 1-1-0 by Weft

uk.co.weft.maybeupload
Class UploadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--uk.co.weft.maybeupload.UploadException

public class UploadException
extends 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

Constructor Summary
UploadException(java.lang.String msg)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)

Maybe Upload 1-1-0 by Weft