Class SchedulingException

All Implemented Interfaces:
Serializable

public class SchedulingException extends AxonTransientException
Exception indicating a problem in the Event Scheduling mechanism.
Since:
0.7
Author:
Allard Buijze
See Also:
  • Constructor Details

    • SchedulingException

      public SchedulingException(String message)
      Initialize a SchedulingException with the given message.
      Parameters:
      message - The message describing the exception
    • SchedulingException

      public SchedulingException(String message, Throwable cause)
      Initialize a SchedulingException with the given message and cause.
      Parameters:
      message - The message describing the exception
      cause - The cause of this exception