db4o 6.1

com.db4o.ext
Class Db4oException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.ext.Db4oException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OldFormatException

public class Db4oException
extends java.lang.RuntimeException

db4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of rhis type. The original exception, if any, is available through cause().

See Also:
Serialized Form

Constructor Summary
Db4oException(java.lang.Exception cause)
           
Db4oException(int messageConstant)
           
Db4oException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception cause()
           
 
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

Db4oException

public Db4oException(java.lang.String msg)

Db4oException

public Db4oException(java.lang.Exception cause)

Db4oException

public Db4oException(int messageConstant)
Method Detail

cause

public java.lang.Exception cause()
Returns:
The originating exception, if any

db4o 6.1