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

public class IllegalTimerAccess extends RuntimeException
This error is thrown when an external source tries to access other module timer
See Also:
Serialized Form
  • Constructor Details

    • IllegalTimerAccess

      public IllegalTimerAccess(KarmaSource issuer, SimpleScheduler scheduler)
      Initialize the exception
      Parameters:
      issuer - the source that tried to access another timer
      scheduler - the scheduler that has been tried to access