public final class ErrorResponse extends AbstractResponsePacket
| Constructor and Description |
|---|
ErrorResponse()
Constructor
|
ErrorResponse(javax.jms.JMSException error)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getType()
Get the type value for this packet
|
void |
respawnError()
Respawn the original error
|
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, setEndpointIdpublic ErrorResponse()
public ErrorResponse(javax.jms.JMSException error)
public byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketpublic void respawnError()
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic String toString()
toString in class AbstractPacketCopyright © 2019. All rights reserved.