com.oreilly.servlet.multipart
Class ExceededSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.oreilly.servlet.multipart.ExceededSizeException
All Implemented Interfaces:
java.io.Serializable

public class ExceededSizeException
extends java.io.IOException

Thrown to indicate an upload exceeded the maximum size.

Version:
1.0, 2007/04/11
Author:
Jason Hunter, Copyright © 2007
See Also:
MultipartParser, Serialized Form

Constructor Summary
ExceededSizeException()
          Constructs a new ExceededSizeException with no detail message.
ExceededSizeException(java.lang.String s)
          Constructs a new ExceededSizeException with the specified detail message.
 
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
 

Constructor Detail

ExceededSizeException

public ExceededSizeException()
Constructs a new ExceededSizeException with no detail message.


ExceededSizeException

public ExceededSizeException(java.lang.String s)
Constructs a new ExceededSizeException with the specified detail message.

Parameters:
s - the detail message