|
|||||||||
| 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.apache.tomcat.util.http.fileupload.FileUploadException
org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
public static class FileUploadBase.IOFileUploadException
Thrown to indicate an IOException.
| Constructor Summary | |
|---|---|
FileUploadBase.IOFileUploadException(java.lang.String pMsg,
java.io.IOException pException)
Creates a new instance with the given cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the exceptions cause. |
| Methods inherited from class org.apache.tomcat.util.http.fileupload.FileUploadException |
|---|
printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileUploadBase.IOFileUploadException(java.lang.String pMsg,
java.io.IOException pException)
pMsg - The detail message.pException - The exceptions cause.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class FileUploadException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||