Class EqualSourceAndTargetException

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

public class EqualSourceAndTargetException extends RuntimeException
Exception thrown by the party or section manager when the source is equal to target.
See Also:
  • Constructor Details

    • EqualSourceAndTargetException

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

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

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

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