Class NetworkEncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.network.encryption.NetworkEncryptionException
All Implemented Interfaces:
Serializable

public class NetworkEncryptionException extends Exception
A checked exception that wraps other exceptions, thrown when a cryptographic operation fails.
See Also:
Mappings:
Namespace Name
official and
intermediary net/minecraft/class_5525
named net/minecraft/network/encryption/NetworkEncryptionException
  • Constructor Details

    • NetworkEncryptionException

      public NetworkEncryptionException(Throwable throwable)
      Mappings:
      Namespace Name Mixin selector
      official <init> Land;<init>(Ljava/lang/Throwable;)V
      intermediary <init> Lnet/minecraft/class_5525;<init>(Ljava/lang/Throwable;)V
      named <init> Lnet/minecraft/network/encryption/NetworkEncryptionException;<init>(Ljava/lang/Throwable;)V