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