org.jtheque.utils.io
Class CopyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.utils.io.FileException
              extended by org.jtheque.utils.io.CopyException
All Implemented Interfaces:
Serializable

public final class CopyException
extends FileException

An exception during the copy process.

Author:
Baptiste Wicht
See Also:
Serialized Form

Constructor Summary
CopyException(String message, Throwable cause)
          Construct a new CopyException with a specific message and exception.
 
Method Summary
 
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

CopyException

public CopyException(String message,
                     Throwable cause)
Construct a new CopyException with a specific message and exception.

Parameters:
message - The text of the exception
cause - The cause of the exception


Copyright © 2010 JTheque. All Rights Reserved.