Class ProfileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mojang.authlib.yggdrasil.ProfileNotFoundException
All Implemented Interfaces:
Serializable

public class ProfileNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • ProfileNotFoundException

      public ProfileNotFoundException()
    • ProfileNotFoundException

      public ProfileNotFoundException(String message)
    • ProfileNotFoundException

      public ProfileNotFoundException(String message, Throwable cause)
    • ProfileNotFoundException

      public ProfileNotFoundException(Throwable cause)