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 named net/minecraft/network/encryption/NetworkEncryptionExceptionintermediary net/minecraft/class_5525official bee
- 
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
- 
NetworkEncryptionException
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/encryption/NetworkEncryptionException;<init>(Ljava/lang/Throwable;)Vintermediary <init>Lnet/minecraft/class_5525;<init>(Ljava/lang/Throwable;)Vofficial <init>Lbee;<init>(Ljava/lang/Throwable;)V
 
 -