db4o 7.4

com.db4o.events
Class EventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.foundation.ChainedRuntimeException
                  extended by com.db4o.ext.Db4oException
                      extended by com.db4o.events.EventException
All Implemented Interfaces:
java.io.Serializable

public class EventException
extends Db4oException

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
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin
 
Constructor Summary
EventException(java.lang.Throwable exc)
           
 
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

EventException

public EventException(java.lang.Throwable exc)

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.