public class ResponseException extends ConnectionException
| 构造器和说明 |
|---|
ResponseException(int tperrno,
String string,
long event,
int rcode,
Buffer received)
An exception for reporting events
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getEvent()
Get the event
|
int |
getRcode()
Get the rcode.
|
Buffer |
getReceived()
Get a received buffer
|
getTperrnopublic ResponseException(int tperrno,
String string,
long event,
int rcode,
Buffer received)
tperrno - This will always be TPEEVENTstring - The messageevent - The event may be any from Connectionreceived - A received bufferrcode - The rcode in case of TPFAILpublic long getEvent()
public int getRcode()
public Buffer getReceived()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.