org.itr_rescue.dataGuard.localFileSystem
Class FSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.itr_rescue.dataGuard.localFileSystem.FSException
All Implemented Interfaces:
java.io.Serializable

public class FSException
extends java.lang.Exception

FileSystem Exception. this exception is thrown whenever a filesystem related problem might occur (e.g. an i/o problem)

Author:
sergiu
See Also:
Serialized Form

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

FSException

public FSException()

FSException

public FSException(java.lang.String message)

FSException

public FSException(java.lang.Throwable cause)

FSException

public FSException(java.lang.String message,
                   java.lang.Throwable cause)