Class PlayerNotConnectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.prodrivers.bukkit.commons.exceptions.PlayerNotConnectedException
All Implemented Interfaces:
Serializable

public class PlayerNotConnectedException extends RuntimeException
Exception thrown by the party or section manager when a specified player is not connected.
See Also:
  • Constructor Details

    • PlayerNotConnectedException

      public PlayerNotConnectedException()
      Default constructor, with no message.
    • PlayerNotConnectedException

      public PlayerNotConnectedException(String s)
      Build an exception with only a message.
      Parameters:
      s - Message
    • PlayerNotConnectedException

      public PlayerNotConnectedException(String message, Throwable cause)
      Build an exception with a message and another throwable as a cause.
      Parameters:
      message - Message
      cause - Cause of exception
    • PlayerNotConnectedException

      public PlayerNotConnectedException(Throwable cause)
      Build an exception with no message and another throwable as a cause.
      Parameters:
      cause - Cause of exception