Class IllegalSectionLeavingException

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

public class IllegalSectionLeavingException extends RuntimeException
Exception thrown by the section manager when a player should not leave a section, when moving from one section to another.
See Also:
  • Constructor Details

    • IllegalSectionLeavingException

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

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

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

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