Class UserNotRegisteredException

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

public class UserNotRegisteredException extends RuntimeException
This exception is thrown when the requested user is not present on the database.
See Also:
  • Constructor Details

    • UserNotRegisteredException

      public UserNotRegisteredException()
    • UserNotRegisteredException

      public UserNotRegisteredException(String message)
    • UserNotRegisteredException

      public UserNotRegisteredException(String message, Throwable cause)
    • UserNotRegisteredException

      public UserNotRegisteredException(Throwable cause)
    • UserNotRegisteredException

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