Class MinecraftClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mojang.authlib.exceptions.MinecraftClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MinecraftClientHttpException
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMinecraftClientException(MinecraftClientException.ErrorType type, String message) MinecraftClientException(MinecraftClientException.ErrorType type, String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
MinecraftClientException
-
MinecraftClientException
public MinecraftClientException(MinecraftClientException.ErrorType type, String message, Throwable cause)
-
-
Method Details
-
getType
-
toAuthenticationException
-