Class UnexpectedEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.geysermc.mcprotocollib.protocol.data.UnexpectedEncryptionException
- All Implemented Interfaces:
Serializable
Thrown whenever a ClientboundHelloPacket is sent when we aren't expecting it
(I.E.: online mode server and offline mode client)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedEncryptionException
public UnexpectedEncryptionException()
-