org.drools.grid.io.impl
Class ExceptionMessage

java.lang.Object
  extended by org.drools.grid.io.impl.MessageImpl
      extended by org.drools.grid.io.impl.ExceptionMessage
All Implemented Interfaces:
Serializable, Message

public class ExceptionMessage
extends MessageImpl
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExceptionMessage(String conversationId, String senderId, String recipientId, int requestId, int responseId, Throwable body)
           
 
Method Summary
 Throwable getBody()
           
 void setBody(Throwable body)
           
 String toString()
           
 
Methods inherited from class org.drools.grid.io.impl.MessageImpl
getConversationId, getRecipientId, getRequestId, getResponseId, getSenderId, setBody, setConversationId, setRecipientId, setRequestId, setResponseId, setSenderId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionMessage

public ExceptionMessage(String conversationId,
                        String senderId,
                        String recipientId,
                        int requestId,
                        int responseId,
                        Throwable body)
Method Detail

getBody

public Throwable getBody()
Specified by:
getBody in interface Message
Overrides:
getBody in class MessageImpl

setBody

public void setBody(Throwable body)

toString

public String toString()
Overrides:
toString in class MessageImpl


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.