Class MinecraftPingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.theword.queqiao.core.exception.QueQiaoException
io.github.theword.queqiao.core.exception.status.StatusException
io.github.theword.queqiao.core.exception.status.MinecraftPingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMinecraftPingException(String message) MinecraftPingException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic MinecraftPingExceptionstatic MinecraftPingExceptionstatic MinecraftPingExceptionconnectionFailed(String host, int port, Throwable cause) static MinecraftPingExceptioninvalidJsonLength(int length) static MinecraftPingExceptioninvalidPacketId(int packetId) static MinecraftPingExceptioninvalidPacketLength(int length) static MinecraftPingExceptionstatic MinecraftPingExceptionjsonParseFailed(Throwable cause) static MinecraftPingExceptionstatic MinecraftPingExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MinecraftPingException
-
MinecraftPingException
-
-
Method Details
-
connectionFailed
-
invalidPacketLength
-
invalidPacketId
-
invalidJsonLength
-
jsonParseFailed
-
connectionClosedWhileReadingVarInt
-
varIntTooLong
-
varIntOverflow
-
connectionClosedWhileReadingResponse
-
ioFailed
-