wjhk.jupload2.exception
Class JUploadIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wjhk.jupload2.exception.JUploadException
wjhk.jupload2.exception.JUploadIOException
- All Implemented Interfaces:
- Serializable
public class JUploadIOException
- extends JUploadException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
- Version:
- $Revision: 887 $
- Author:
- etienne_sf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JUploadIOException
public JUploadIOException(String msg)
- Constructs a new exception with the specified detail message.
- Parameters:
msg
- The message for this instance.
JUploadIOException
public JUploadIOException(Exception cause)
- Constructs a new exception with the specified cause.
- Parameters:
cause
- The cause for this instance.
JUploadIOException
public JUploadIOException(String msg,
Exception cause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
msg
- The message for this instance.cause
- The cause for this instance.