public class PayloadReadTimeoutException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private int |
length |
private byte[] |
payload |
private static long |
serialVersionUID |
private PacketType |
type |
Constructor and Description |
---|
PayloadReadTimeoutException(PacketType type,
int length,
byte[] payload) |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
byte[] |
getPayload() |
PacketType |
getType() |
private static final long serialVersionUID
private final PacketType type
private final int length
private final byte[] payload
public PayloadReadTimeoutException(PacketType type, int length, byte[] payload)
public PacketType getType()
public int getLength()
public byte[] getPayload()