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

public class UnexpectedEncryptionException extends IllegalStateException
Thrown whenever a ClientboundHelloPacket is sent when we aren't expecting it (I.E.: online mode server and offline mode client)
See Also:
  • Constructor Details

    • UnexpectedEncryptionException

      public UnexpectedEncryptionException()