Package top.focess.qq.api.schedule
Class SchedulerClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- top.focess.qq.api.schedule.SchedulerClosedException
-
- All Implemented Interfaces:
Serializable
public class SchedulerClosedException extends IllegalStateException
Thrown to indicate a scheduler is closed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulerClosedException(Scheduler scheduler)Constructs a SchedulerClosedException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SchedulerClosedException
public SchedulerClosedException(Scheduler scheduler)
Constructs a SchedulerClosedException- Parameters:
scheduler- the closed scheduler
-
-