Class NotGrantedException

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

public class NotGrantedException extends RuntimeException
This exception is thrown when an operation couldn't be done since an advancement is not granted for a team or player.
See Also:
  • Constructor Details

    • NotGrantedException

      public NotGrantedException()
    • NotGrantedException

      public NotGrantedException(String message)
    • NotGrantedException

      public NotGrantedException(String message, Throwable cause)
    • NotGrantedException

      public NotGrantedException(Throwable cause)
    • NotGrantedException

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