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 - aoa- intermediary - net/minecraft/class_5525- named - net/minecraft/network/encryption/NetworkEncryptionException
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NetworkEncryptionException- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Laoa;<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
 
 
-