|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.blacktie.jatmibroker.xatmi.ConnectionException
org.jboss.blacktie.jatmibroker.xatmi.ResponseException
public class ResponseException
This is the exception that is raised if a response condition needs to be notified to the client.
| Constructor Summary | |
|---|---|
ResponseException(int tperrno,
String string,
long event,
int rcode,
Buffer received)
An exception for reporting events |
|
| Method Summary | |
|---|---|
long |
getEvent()
Get the event |
int |
getRcode()
Get the rcode. |
Buffer |
getReceived()
Get a received buffer |
| Methods inherited from class org.jboss.blacktie.jatmibroker.xatmi.ConnectionException |
|---|
getTperrno |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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 TPFAIL| Method Detail |
|---|
public long getEvent()
public int getRcode()
public Buffer getReceived()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||