public class IOFileUploadException extends FileUploadException
Constructor and Description |
---|
IOFileUploadException(String pMsg,
IOException pException)
Creates a new instance with the given cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the exceptions cause.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IOFileUploadException(String pMsg, IOException pException)
pMsg
- The detail message.pException
- The exceptions cause.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.