public class PlayerLoggedOutException
extends java.lang.RuntimeException
Constructor and Description |
---|
PlayerLoggedOutException() |
PlayerLoggedOutException(java.lang.String message) |
PlayerLoggedOutException(java.lang.String message,
java.lang.Throwable cause) |
PlayerLoggedOutException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static PlayerLoggedOutException |
fromFormat(java.lang.String message,
java.lang.Object... params)
Construct an exception from a formatted message.
|
public PlayerLoggedOutException()
public PlayerLoggedOutException(java.lang.String message, java.lang.Throwable cause)
public PlayerLoggedOutException(java.lang.String message)
public PlayerLoggedOutException(java.lang.Throwable cause)
public static PlayerLoggedOutException fromFormat(java.lang.String message, java.lang.Object... params)
message
- - the message to format.params
- - parameters.