Class EventSchedulerNotSuppliedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.eventhandling.scheduling.dbscheduler.EventSchedulerNotSuppliedException
All Implemented Interfaces:
Serializable

public class EventSchedulerNotSuppliedException extends AxonException
Exception indicating a problem in the Event Scheduling mechanism, more precisely the DbSchedulerEventScheduler was not supplied properly.
Since:
4.8.0
Author:
Gerard Klijs
See Also:
  • Constructor Details

    • EventSchedulerNotSuppliedException

      public EventSchedulerNotSuppliedException()
      Initialize a EventSchedulerNotSuppliedException.