public class PacketCipherException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
PacketCipherException.Reason |
Modifier and Type | Method and Description |
---|---|
static PacketCipherException |
from(java.lang.Throwable throwable) |
PacketCipherException.Reason |
getReason() |
void |
throwCauseAsRuntimeException() |
java.lang.String |
toString() |
public static PacketCipherException from(java.lang.Throwable throwable)
public void throwCauseAsRuntimeException()
public java.lang.String toString()
toString
in class java.lang.Throwable
public PacketCipherException.Reason getReason()