org.talika.tarsis.filters.upload
Class MultipartRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talika.tarsis.error.UserException
              extended by org.talika.tarsis.filters.upload.MultipartRequestException
All Implemented Interfaces:
java.io.Serializable

public final class MultipartRequestException
extends UserException

Throws by MultipartRequestIterator if there is any problem procesing a multipart request.

Version:
$Revision: 127 $
Author:
Jose M. Palomar
See Also:
Serialized Form

Constructor Summary
MultipartRequestException(java.lang.String msg)
          Constructs a new MultipartRequestException with given message and cause.
MultipartRequestException(java.lang.String msg, java.lang.Throwable rootCause)
          Constructs a new MultipartRequestException with given message and cause.
 
Method Summary
 
Methods inherited from class org.talika.tarsis.error.UserException
getRootCause
 
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

MultipartRequestException

public MultipartRequestException(java.lang.String msg)
Constructs a new MultipartRequestException with given message and cause.

Parameters:
msg - String text of the exception message.

MultipartRequestException

public MultipartRequestException(java.lang.String msg,
                                 java.lang.Throwable rootCause)
Constructs a new MultipartRequestException with given message and cause.

Parameters:
msg - String text of the exception message.
rootCause - Throwable the Throwable exception that caused this exception.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.