Class PlayerLoggedOutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.comphenix.protocol.injector.PlayerLoggedOutException
All Implemented Interfaces:
Serializable

public class PlayerLoggedOutException extends RuntimeException
Invoked when attempting to use a player that has already logged out.
Author:
Kristian
See Also:
Serialized Form
  • Constructor Details

    • PlayerLoggedOutException

      public PlayerLoggedOutException()
    • PlayerLoggedOutException

      public PlayerLoggedOutException(String message, Throwable cause)
    • PlayerLoggedOutException

      public PlayerLoggedOutException(String message)
    • PlayerLoggedOutException

      public PlayerLoggedOutException(Throwable cause)
  • Method Details

    • fromFormat

      public static PlayerLoggedOutException fromFormat(String message, Object... params)
      Construct an exception from a formatted message.
      Parameters:
      message - - the message to format.
      params - - parameters.
      Returns:
      The formated exception