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