javax.rad.remote.event
Class CallErrorEvent

java.lang.Object
  extended by javax.rad.remote.event.ConnectionEvent
      extended by javax.rad.remote.event.CallErrorEvent

public class CallErrorEvent
extends ConnectionEvent

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

CallErrorEvent

public CallErrorEvent(AbstractConnection pConnection,
                      java.lang.Throwable pCause)
Creates a new instance of CallErrorEvent.

Parameters:
pConnection - the connection
pCause - the error cause
Method Detail

getCause

public java.lang.Throwable getCause()
Gets the cause which inited the event.

Returns:
the cause


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.