Class PlayerNotInvitedToParty

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

public class PlayerNotInvitedToParty extends RuntimeException
Exception thrown by the party or section manager when an invited player is already in a party.
See Also:
  • Constructor Details

    • PlayerNotInvitedToParty

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

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

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

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