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, getLocation
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JUploadIOException(String msg)
msg
- The message for this instance.public JUploadIOException(Exception cause)
cause
- The cause for this instance.Copyright © 2015. All rights reserved.