com.db4o.ext
Class Db4oException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
Db4oException
public Db4oException(java.lang.String msg)
Db4oException
public Db4oException(java.lang.Exception cause)
Db4oException
public Db4oException(int messageConstant)
cause
public java.lang.Exception cause()
- Returns:
- The originating exception, if any