javax.rad.remote.event
Class CallErrorEvent

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

public class CallErrorEvent
extends Object

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

CallErrorEvent

public CallErrorEvent(Object pSource,
                      Throwable pCause)
Creates a new instance of CallErrorEvent.

Parameters:
pSource - the Source of this Event
pCause - the error cause
Method Detail

getSource

public Object getSource()
Gets the source of the event.

Returns:
the source of the event

getCause

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

Returns:
the cause


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.