public class Db4oException extends ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin| Constructor and Description |
|---|
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
|
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