Class EventException

All Implemented Interfaces:
LocalizedException, Serializable, Iterable<Throwable>

public class EventException extends SQLException implements LocalizedException
When an event handler fails, any Throwable other than Error, RuntimeException, or SQLException will be wrapped in an EventException.
See Also: