public class ServerPluginMessageException extends ServerPluginException
Modifier | Constructor and Description |
---|---|
protected |
ServerPluginMessageException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Plugin responsiblePlugin,
Player player,
String channel,
byte[] data) |
|
ServerPluginMessageException(String message,
Throwable cause,
Plugin responsiblePlugin,
Player player,
String channel,
byte[] data) |
|
ServerPluginMessageException(Throwable cause,
Plugin responsiblePlugin,
Player 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
|
Player |
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 ServerPluginMessageException(String message, Throwable cause, Plugin responsiblePlugin, Player player, String channel, byte[] data)
public ServerPluginMessageException(Throwable cause, Plugin responsiblePlugin, Player player, String channel, byte[] data)
public String getChannel()
public byte[] getData()
public Player getPlayer()
Copyright © 2021. All rights reserved.