Class ServerSchedulerException

All Implemented Interfaces:
Serializable

public class ServerSchedulerException extends ServerPluginException
Thrown when a plugin's scheduler fails with an exception
See Also:
Serialized Form
  • Constructor Details

    • ServerSchedulerException

      public ServerSchedulerException(String message, Throwable cause, BukkitTask task)
    • ServerSchedulerException

      public ServerSchedulerException(Throwable cause, BukkitTask task)
    • ServerSchedulerException

      protected ServerSchedulerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, BukkitTask task)
  • Method Details

    • getTask

      public BukkitTask getTask()
      Gets the task which threw the exception
      Returns:
      exception throwing task