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
|
getResponsiblePluginaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2015–2020 WaterfallMC. All rights reserved.