Maybe Upload 1-1-0 by Weft

uk.co.weft.maybeupload
Class RequestTooLargeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--uk.co.weft.maybeupload.RequestTooLargeException

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

Constructor Summary
RequestTooLargeException(java.lang.String msg)
           
 
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

RequestTooLargeException

public RequestTooLargeException(java.lang.String msg)

Maybe Upload 1-1-0 by Weft