|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.db4o.foundation.ChainedRuntimeException
com.db4o.ext.Db4oException
public class Db4oException
db4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of this type. The original exception, if any, is available through Db4oException#getCause().
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException |
---|
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin |
Constructor Summary | |
---|---|
Db4oException()
Simple constructor |
|
Db4oException(int messageConstant)
Constructor with an exception message selected from the internal message collection. |
|
Db4oException(java.lang.String msg)
Constructor with an exception message specified |
|
Db4oException(java.lang.String msg,
java.lang.Throwable cause)
Constructor with an exception message and cause specified |
|
Db4oException(java.lang.Throwable cause)
Constructor with an exception cause specified |
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 |
---|
public Db4oException()
public Db4oException(java.lang.String msg)
msg
- exception messagepublic Db4oException(java.lang.Throwable cause)
cause
- exception causepublic Db4oException(int messageConstant)
messageConstant
- internal db4o message numberpublic Db4oException(java.lang.String msg, java.lang.Throwable cause)
msg
- exception messagecause
- exception cause
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |