Package org.eclipse.scanning.api.event
Class EventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.scanning.api.event.EventException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LiveStreamException,ProcessingException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventException(String message) EventException(String message, Throwable throwable) EventException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) EventException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventException
public EventException() -
EventException
-
EventException
-
EventException
-
EventException
-