|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
public static class FileUploadBase.FileUploadIOException
This exception is thrown for hiding an inner
FileUploadException in an IOException.
| Constructor Summary | |
|---|---|
FileUploadBase.FileUploadIOException(FileUploadException pCause)
Creates a FileUploadIOException with the
given cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the exceptions cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 FileUploadBase.FileUploadIOException(FileUploadException pCause)
FileUploadIOException with the
given cause.
pCause - The exceptions cause, if any, or null.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||