org.apache.hivemind.lib
Class RemoteExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.hivemind.lib.RemoteExceptionEvent
All Implemented Interfaces:
java.io.Serializable

public class RemoteExceptionEvent
extends java.util.EventObject

Event object used with RemoteExceptionListener.

Author:
Howard Lewis Ship
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemoteExceptionEvent(java.lang.Object source, java.lang.Throwable exception)
           
 
Method Summary
 java.lang.Throwable getException()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteExceptionEvent

public RemoteExceptionEvent(java.lang.Object source,
                            java.lang.Throwable exception)
Method Detail

getException

public java.lang.Throwable getException()