Class MinecraftPingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.theword.queqiao.tool.exception.QueQiaoException
com.github.theword.queqiao.tool.exception.status.StatusException
com.github.theword.queqiao.tool.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 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
-
connectionClosedWhileReadingResponse
-
ioFailed
-