Package dev.jorel.commandapi.exceptions
Class ProtocolVersionTooOldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.ProtocolVersionTooOldException
-
Method Summary
Modifier and TypeMethodDescriptionintwhileSending(Object target, int protocolVersion, String reason) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
whileSending
public static ProtocolVersionTooOldException whileSending(Object target, int protocolVersion, String reason) -
received
public static ProtocolVersionTooOldException received(Object sender, int protocolVersion, String reason) -
getReason
-
getProtocolVersion
public int getProtocolVersion()
-