javax.rad.remote.event
Class CallErrorEvent
java.lang.Object
javax.rad.remote.event.ConnectionEvent
javax.rad.remote.event.CallErrorEvent
public class CallErrorEvent
- extends ConnectionEvent
The CallErrorEvent encapsulates the connection error
and all relevant information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallErrorEvent
public CallErrorEvent(AbstractConnection pConnection,
Throwable pCause)
- Creates a new instance of
CallErrorEvent.
- Parameters:
pConnection - the connectionpCause - the error cause
getCause
public Throwable getCause()
- Gets the cause which inited the event.
- Returns:
- the cause
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.