Class EventStudioException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pdfsam.eventstudio.exception.EventStudioException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BroadcastInterruptionException

public class EventStudioException extends RuntimeException
Exception thrown by the event studio library
Author:
Andrea Vacondio
See Also:
  • Constructor Details

    • EventStudioException

      public EventStudioException(String message, Throwable cause)
    • EventStudioException

      public EventStudioException(String message)
    • EventStudioException

      public EventStudioException(Throwable cause)