com.taursys.servlet
Class MultiPartRequestContentException

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

public class MultiPartRequestContentException
extends java.lang.Exception

MultiPartRequestContentException is generated by a fault in the content of the request.

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

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

MultiPartRequestContentException

public MultiPartRequestContentException(java.lang.String message)
Constructs a new MultiPartRequestContentException with given message



Copyright © 2007 Martin T Phelan. All Rights Reserved.