Package com.comphenix.protocol.injector
Class PlayerLoggedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.comphenix.protocol.injector.PlayerLoggedOutException
- All Implemented Interfaces:
Serializable
Invoked when attempting to use a player that has already logged out.
- Author:
- Kristian
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerLoggedOutException(String message)PlayerLoggedOutException(String message, Throwable cause)PlayerLoggedOutException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerLoggedOutExceptionfromFormat(String message, Object... params)Construct an exception from a formatted message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlayerLoggedOutException
public PlayerLoggedOutException() -
PlayerLoggedOutException
-
PlayerLoggedOutException
-
PlayerLoggedOutException
-
-
Method Details
-
fromFormat
Construct an exception from a formatted message.- Parameters:
message- - the message to format.params- - parameters.- Returns:
- The formated exception
-