Class UserNotLoadedException

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

public class UserNotLoadedException extends RuntimeException
This exception is thrown when the requested user is not loaded into the caching system.
See Also:
  • Constructor Details

    • UserNotLoadedException

      public UserNotLoadedException()
    • UserNotLoadedException

      public UserNotLoadedException(UUID user)
    • UserNotLoadedException

      public UserNotLoadedException(String message)
    • UserNotLoadedException

      public UserNotLoadedException(String message, Throwable cause)
    • UserNotLoadedException

      public UserNotLoadedException(Throwable cause)
    • UserNotLoadedException

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