public class ConnectionException
extends java.lang.RuntimeException
Constructor and Description |
---|
ConnectionException(long handle,
int error,
int type,
byte[] packet) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorNumber() |
byte[] |
getFailedPacket() |
int |
getPacketType() |
static java.lang.String |
getPacketTypeName(int type) |
java.lang.String |
toString() |
public ConnectionException(long handle, int error, int type, byte[] packet)
public java.lang.String toString()
toString
in class java.lang.Throwable
public final int getErrorNumber()
public final int getPacketType()
public final byte[] getFailedPacket()
public static java.lang.String getPacketTypeName(int type)