Class IllegalTimerAccess
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ml.karmaconfigs.api.common.timer.scheduler.errors.IllegalTimerAccess
- All Implemented Interfaces:
Serializable
This error is thrown when an external
source tries to access other module timer
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalTimerAccess(KarmaSource issuer, SimpleScheduler scheduler)Initialize the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalTimerAccess
Initialize the exception- Parameters:
issuer- the source that tried to access another timerscheduler- the scheduler that has been tried to access
-