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

public class EventException extends Exception
See Also:
  • Constructor Details

    • EventException

      public EventException()
    • EventException

      public EventException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • EventException

      public EventException(String message, Throwable throwable)
    • EventException

      public EventException(String message)
    • EventException

      public EventException(Throwable throwable)