|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.remote.event.ConnectionEvent
javax.rad.remote.event.CallErrorEvent
public class CallErrorEvent
The CallErrorEvent
encapsulates the connection error
and all relevant information.
Constructor Summary | |
---|---|
CallErrorEvent(AbstractConnection pConnection,
java.lang.Throwable pCause)
Creates a new instance of CallErrorEvent . |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Gets the cause which inited the event. |
Methods inherited from class javax.rad.remote.event.ConnectionEvent |
---|
getConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallErrorEvent(AbstractConnection pConnection, java.lang.Throwable pCause)
CallErrorEvent
.
pConnection
- the connectionpCause
- the error causeMethod Detail |
---|
public java.lang.Throwable getCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |