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
|
getResponsiblePlugin
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2019–2022. All rights reserved.