Class 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
    • Constructor Summary

      Constructors 
      Constructor Description
      EventException​(java.lang.Throwable exc)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EventException

        public EventException​(java.lang.Throwable exc)