public class JUploadIOException extends JUploadException
| Constructor and Description |
|---|
JUploadIOException(Exception cause)
Constructs a new exception with the specified cause.
|
JUploadIOException(String msg)
Constructs a new exception with the specified detail message.
|
JUploadIOException(String msg,
Exception cause)
Constructs a new exception with the specified detail message and cause.
|
getClassNameAndClause, getLocationaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JUploadIOException(String msg)
msg - The message for this instance.public JUploadIOException(Exception cause)
cause - The cause for this instance.Copyright © 2015. All rights reserved.