public class ProxySchedulerException extends ProxyPluginException
| Modifier | Constructor and Description |
|---|---|
protected |
ProxySchedulerException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
ScheduledTask task) |
|
ProxySchedulerException(String message,
Throwable cause,
ScheduledTask task) |
|
ProxySchedulerException(Throwable cause,
ScheduledTask task) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledTask |
getTask()
Gets the task which threw the exception
|
getResponsiblePluginaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxySchedulerException(String message, Throwable cause, ScheduledTask task)
public ProxySchedulerException(Throwable cause, ScheduledTask task)
protected ProxySchedulerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, ScheduledTask task)
public ScheduledTask getTask()
Copyright © 2015–2021 WaterfallMC. All rights reserved.