Class NotPartyOwnerException

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

public class NotPartyOwnerException extends RuntimeException
Exception thrown by the party or section manager when a player wants to do an action only authorized to the party owner.
See Also:
  • Constructor Details

    • NotPartyOwnerException

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

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

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

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