Serializable
public class ServerPluginMessageException extends ServerPluginException
Modifier | Constructor | 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 | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2020. All rights reserved.