public class PlayerLoggedOutException extends RuntimeException
| Constructor and Description |
|---|
PlayerLoggedOutException() |
PlayerLoggedOutException(String message) |
PlayerLoggedOutException(String message,
Throwable cause) |
PlayerLoggedOutException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static PlayerLoggedOutException |
fromFormat(String message,
Object... params)
Construct an exception from a formatted message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PlayerLoggedOutException()
public PlayerLoggedOutException(String message)
public PlayerLoggedOutException(Throwable cause)
public static PlayerLoggedOutException fromFormat(String message, Object... params)
message - - the message to format.params - - parameters.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.