|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.talika.tarsis.error.UserException
org.talika.tarsis.filters.upload.MultipartRequestException
Throws by MultipartRequestIterator if there is any problem procesing
a multipart request.
| 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. |
|
| 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 |
public MultipartRequestException(java.lang.String msg)
MultipartRequestException with given message and
cause.
msg - String text of the exception message.
public MultipartRequestException(java.lang.String msg,
java.lang.Throwable rootCause)
MultipartRequestException with given message and
cause.
msg - String text of the exception message.rootCause - Throwable the Throwable exception that caused
this exception.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||