com.taursys.servlet
Class MultiPartRequestSizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.taursys.servlet.MultiPartRequestSizeException
All Implemented Interfaces:
java.io.Serializable

public class MultiPartRequestSizeException
extends java.lang.Exception

MultiPartRequestSizeException indicates a file or line exceeded max in multi-part request.

Version:
1.0
Author:
Marty Phelan
See Also:
Serialized Form

Constructor Summary
MultiPartRequestSizeException(java.lang.String message)
          Constructs a new MultiPartRequestSizeException
 
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

MultiPartRequestSizeException

public MultiPartRequestSizeException(java.lang.String message)
Constructs a new MultiPartRequestSizeException



Copyright © 2007 Martin T Phelan. All Rights Reserved.