Atavism Version 2018.1AGIS API

atavism.msgsys
Class ExceptionResponseMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.ResponseMessage
          extended by atavism.msgsys.ExceptionResponseMessage
All Implemented Interfaces:
java.io.Serializable

public class ExceptionResponseMessage
extends ResponseMessage

RPC handler threw an exception while handling request.

See Also:
Serialized Form

Constructor Summary
ExceptionResponseMessage()
           
ExceptionResponseMessage(Message requestMessage, java.lang.Exception ex)
           
 
Method Summary
 ExceptionData getException()
          Get the exception data.
 
Methods inherited from class atavism.msgsys.ResponseMessage
getRequestId
 
Methods inherited from class atavism.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionResponseMessage

public ExceptionResponseMessage()

ExceptionResponseMessage

public ExceptionResponseMessage(Message requestMessage,
                                java.lang.Exception ex)
Method Detail

getException

public ExceptionData getException()
Get the exception data.



Copyright © 2018 Dragonsan Studios Sp. z o.o.