public class ProxyPluginMessageException extends ProxyPluginException
Modifier | Constructor and Description |
---|---|
protected |
ProxyPluginMessageException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Plugin responsiblePlugin,
ProxiedPlayer player,
String channel,
byte[] data) |
|
ProxyPluginMessageException(String message,
Throwable cause,
Plugin responsiblePlugin,
ProxiedPlayer player,
String channel,
byte[] data) |
|
ProxyPluginMessageException(Throwable cause,
Plugin responsiblePlugin,
ProxiedPlayer player,
String channel,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Gets the channel to which the error occurred from recieving data from
|
byte[] |
getData()
Gets the data to which the error occurred from
|
ProxiedPlayer |
getPlayer()
Gets the player which the plugin message causing the exception originated from
|
getResponsiblePlugin
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProxyPluginMessageException(String message, Throwable cause, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)
public ProxyPluginMessageException(Throwable cause, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)
protected ProxyPluginMessageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)
public String getChannel()
public byte[] getData()
public ProxiedPlayer getPlayer()
Copyright © 2021. All rights reserved.