com.continuent.tungsten.common.file
Class FileIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.continuent.tungsten.common.file.FileIOException
All Implemented Interfaces:
java.io.Serializable

public class FileIOException
extends java.lang.RuntimeException

Implements an unexpected error while operating on a file system.

See Also:
Serialized Form

Constructor Summary
FileIOException(java.lang.String msg)
           
FileIOException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

FileIOException

public FileIOException(java.lang.String msg)

FileIOException

public FileIOException(java.lang.String msg,
                       java.lang.Throwable cause)