Class CooldownException

All Implemented Interfaces:
Serializable

public final class CooldownException extends ImperatException
See Also:
  • Constructor Details

    • CooldownException

      public CooldownException(Duration cooldownDuration, Instant lastTimeExecuted, Context<?> ctx)
  • Method Details

    • getCooldownDuration

      public Duration getCooldownDuration()
    • getLastTimeExecuted

      public Instant getLastTimeExecuted()
    • getRemainingDuration

      public Duration getRemainingDuration()