uk.co.weft.maybeupload
Class RequestTooLargeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byuk.co.weft.maybeupload.RequestTooLargeException
All Implemented Interfaces:
java.io.Serializable

public class RequestTooLargeException
extends java.io.IOException

An exception thrown if the multipart request size exceeds the user-specified maximum.

Version:
$Revision: 1.1 $ This revision: $Author: simon $
  $Log: RequestTooLargeException.java,v $
  Revision 1.1  2002/10/08 09:22:48  simon
  A number of minor enhancements and some bug fixes proposed by Shawn Grunberger


  
Author:
Shawn Grunberger
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
RequestTooLargeException(java.lang.String msg)
           
 
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

RequestTooLargeException

public RequestTooLargeException(java.lang.String msg)