org.granite.client.messaging.events
Class FailureEvent

java.lang.Object
  extended by org.granite.client.messaging.events.AbstractIssueEvent
      extended by org.granite.client.messaging.events.FailureEvent
All Implemented Interfaces:
Event, IssueEvent

public class FailureEvent
extends AbstractIssueEvent

Author:
Franck WOLFF

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.granite.client.messaging.events.Event
Event.Type
 
Constructor Summary
FailureEvent(RequestMessage request, Exception cause)
           
 
Method Summary
 Exception getCause()
           
 Event.Type getType()
           
 String toString()
           
 
Methods inherited from class org.granite.client.messaging.events.AbstractIssueEvent
getRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailureEvent

public FailureEvent(RequestMessage request,
                    Exception cause)
Method Detail

getType

public Event.Type getType()

getCause

public Exception getCause()

toString

public String toString()
Overrides:
toString in class Object