com.cometway.io
Class FileToolsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cometway.io.FileToolsException
All Implemented Interfaces:
java.io.Serializable

public class FileToolsException
extends java.lang.Exception

This exception is thrown by the com.cometway.io.FileTools class when there is a problem.

See Also:
Serialized Form

Constructor Summary
FileToolsException()
          Constructor for this exception.
FileToolsException(java.lang.String message)
          Constructor for this exception.
FileToolsException(java.lang.String message, java.lang.Exception cause)
          Constructor for this 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

FileToolsException

public FileToolsException()
Constructor for this exception.


FileToolsException

public FileToolsException(java.lang.String message)
Constructor for this exception.

Parameters:
message - Message associated with this exception.

FileToolsException

public FileToolsException(java.lang.String message,
                          java.lang.Exception cause)
Constructor for this exception.

Parameters:
message - Message associated with this exception.
originalException - The original exception associated with this exception.