Package net.minecraft.network.encryption
Class NetworkEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.network.encryption.NetworkEncryptionException
- All Implemented Interfaces:
Serializable
A checked exception that wraps other exceptions, thrown
when a cryptographic operation fails.
- See Also:
- Mappings:
Namespace Name official alj
intermediary net/minecraft/class_5525
named net/minecraft/network/encryption/NetworkEncryptionException
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NetworkEncryptionException
- Mappings:
Namespace Name Mixin selector official <init>
Lalj;<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
-