public class ProxyPluginException extends ProxyException
Modifier | Constructor and Description |
---|---|
protected |
ProxyPluginException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Plugin responsiblePlugin) |
|
ProxyPluginException(String message,
Throwable cause,
Plugin responsiblePlugin) |
|
ProxyPluginException(Throwable cause,
Plugin responsiblePlugin) |
Modifier and Type | Method and Description |
---|---|
Plugin |
getResponsiblePlugin()
Gets the plugin which is directly responsible for the exception being thrown
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProxyPluginException(String message, Throwable cause, Plugin responsiblePlugin)
public Plugin getResponsiblePlugin()
Copyright © 2019–2022. All rights reserved.