org.neodatis.odb
Class CorruptedDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neodatis.odb.ODBRuntimeException
                  extended by org.neodatis.odb.CorruptedDatabaseException
All Implemented Interfaces:
java.io.Serializable

public class CorruptedDatabaseException
extends ODBRuntimeException

An exception thrown by ODB when a corrupted block is found

Author:
olivier
See Also:
Serialized Form

Constructor Summary
CorruptedDatabaseException(IError error)
           
CorruptedDatabaseException(IError error, java.lang.String message)
           
CorruptedDatabaseException(IError error, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.neodatis.odb.ODBRuntimeException
addMessageHeader
 
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

CorruptedDatabaseException

public CorruptedDatabaseException(IError error,
                                  java.lang.String message)

CorruptedDatabaseException

public CorruptedDatabaseException(IError error,
                                  java.lang.Throwable t)

CorruptedDatabaseException

public CorruptedDatabaseException(IError error)