net.metanotion.io.appenddb
Class RecoveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.metanotion.io.appenddb.RecoveryException
All Implemented Interfaces:
Serializable

public class RecoveryException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
RecoveryException()
           
RecoveryException(String s)
           
RecoveryException(String s, Throwable t)
           
RecoveryException(Throwable t)
           
 
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

RecoveryException

public RecoveryException()

RecoveryException

public RecoveryException(String s)

RecoveryException

public RecoveryException(String s,
                         Throwable t)

RecoveryException

public RecoveryException(Throwable t)