wjhk.jupload2.exception
Class JUploadIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wjhk.jupload2.exception.JUploadException
              extended by 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

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class wjhk.jupload2.exception.JUploadException
getClassNameAndClause, getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.