Class DuplicatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fren_gor.ultimateAdvancementAPI.exceptions.DuplicatedException
All Implemented Interfaces:
Serializable

public class DuplicatedException extends RuntimeException
This exception is thrown when some Object is registered twice but duplicates are not admitted.
See Also:
  • Constructor Details

    • DuplicatedException

      public DuplicatedException()
    • DuplicatedException

      public DuplicatedException(String message)
    • DuplicatedException

      public DuplicatedException(String message, Throwable cause)
    • DuplicatedException

      public DuplicatedException(Throwable cause)
    • DuplicatedException

      protected DuplicatedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)