org.jdesktop.ws.events
Class FailureEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jdesktop.ws.events.FailureEvent
All Implemented Interfaces:
Serializable

public class FailureEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FailureEvent(BaseService source, Throwable th)
           
 
Method Summary
 Throwable getThrowable()
           
 
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

FailureEvent

public FailureEvent(BaseService source,
                    Throwable th)
Method Detail

getThrowable

public final Throwable getThrowable()