Package com.db4o.events
Class EventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.events.EventException
-
- All Implemented Interfaces:
java.io.Serializable
public class EventException extends Db4oRecoverableException
db4o-specific exception.
Exception thrown during event dispatching if a client provided event handler throws.
The exception threw by the client can be retrieved by calling EventException#getCause().- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description EventException(java.lang.Throwable exc)
-