public class ResponseException extends ConnectionException
| Constructor and Description |
|---|
ResponseException(int tperrno,
String string,
long event,
int rcode,
Buffer received)
An exception for reporting events
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEvent()
Get the event
|
int |
getRcode()
Get the rcode.
|
Buffer |
getReceived()
Get a received buffer
|
getTperrnoaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2018 JBoss by Red Hat. All rights reserved.