db4o 8.0

com.db4o.ext
Class Db4oRecoverableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.foundation.ChainedRuntimeException
                  extended by com.db4o.ext.Db4oException
                      extended by com.db4o.ext.Db4oRecoverableException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BackupInProgressException, ConstraintViolationException, DatabaseMaximumSizeReachedException, DatabaseReadOnlyException, Db4oIllegalStateException, EventException, GlobalOnlyConfigException, InvalidIDException, InvalidPasswordException, InvalidSlotException, ObjectNotStorableException

public class Db4oRecoverableException
extends Db4oException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin
 
Constructor Summary
Db4oRecoverableException()
           
Db4oRecoverableException(int messageConstant)
           
Db4oRecoverableException(java.lang.String msg)
           
Db4oRecoverableException(java.lang.String msg, java.lang.Throwable cause)
           
Db4oRecoverableException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Db4oRecoverableException

public Db4oRecoverableException()

Db4oRecoverableException

public Db4oRecoverableException(int messageConstant)

Db4oRecoverableException

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

Db4oRecoverableException

public Db4oRecoverableException(java.lang.String msg)

Db4oRecoverableException

public Db4oRecoverableException(java.lang.Throwable cause)

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.