Class SchedulerException.InvalidFixedRate

All Implemented Interfaces:
Serializable
Enclosing class:
SchedulerException

public static class SchedulerException.InvalidFixedRate extends SchedulerException
Exception indicates that fixed rate value is invalid.
Since:
1.0.0
See Also:
  • Constructor Details

    • InvalidFixedRate

      public InvalidFixedRate(int fixedRate)
      Build a new instance.
      Parameters:
      fixedRate - The current fixed rate
      Since:
      1.0.0