org.apache.commons.fileupload
Class FileUploadBase.IOFileUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.FileUploadException
org.apache.commons.fileupload.FileUploadBase.IOFileUploadException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FileUploadBase
public static class FileUploadBase.IOFileUploadException
- extends FileUploadException
Thrown to indicate an IOException.
- See Also:
- Serialized Form
FileUploadBase.IOFileUploadException
public FileUploadBase.IOFileUploadException(String pMsg,
IOException pException)
- Creates a new instance with the given cause.
- Parameters:
pMsg
- The detail message.pException
- The exceptions cause.
getCause
public Throwable getCause()
- Returns the exceptions cause.
- Overrides:
getCause
in class FileUploadException
- Returns:
- The exceptions cause, if any, or null.
Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.