gov.nasa.arc.brahms.vm.api.exceptions
Class MessageNotRepliedToException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.arc.brahms.common.exceptions.BrahmsException
              extended by gov.nasa.arc.brahms.vm.api.exceptions.VMException
                  extended by gov.nasa.arc.brahms.vm.api.exceptions.MessageNotRepliedToException
All Implemented Interfaces:
java.io.Serializable

public class MessageNotRepliedToException
extends VMException

This exception must be thrown when a message was send to a remote agent and no reply was received from that agent to confirm that the message was received or with the answers to a request within the time-limit specified for the communicated message.

Version:
7 March 2002
Author:
Ron van Hoof
See Also:
Serialized Form

Constructor Summary
MessageNotRepliedToException()
          Construct a MessageNotRepliedToException.
 
Method Summary
 
Methods inherited from class gov.nasa.arc.brahms.common.exceptions.BrahmsException
getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageNotRepliedToException

public MessageNotRepliedToException()
Construct a MessageNotRepliedToException.



Copyright © 1997-2012 All Rights Reserved.