Class NoCurrentSectionException

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

public class NoCurrentSectionException extends RuntimeException
Exception thrown when a player has no current section, i.e. is not registered against Prodrivers Commons infrastructure.
See Also:
  • Constructor Details

    • NoCurrentSectionException

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

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

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

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