Groovy Documentation

org.jdesktop.ws.events
[Java] Class FailureEvent

java.lang.Object
  java.util.EventObject
      org.jdesktop.ws.events.FailureEvent

public class FailureEvent
extends EventObject

Authors:
Richard


Field Summary
private Throwable th

 
Constructor Summary
FailureEvent(BaseService source, Throwable th)

 
Method Summary
Throwable getThrowable()

 
Methods inherited from class EventObject
toString, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

th

private Throwable th


 
Constructor Detail

FailureEvent

public FailureEvent(BaseService source, Throwable th)


 
Method Detail

getThrowable

public final Throwable getThrowable()


 

Groovy Documentation