jade.core
Class PostponedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jade.core.PostponedException
All Implemented Interfaces:
java.io.Serializable

public class PostponedException
extends java.lang.RuntimeException

This exception is thrown by the FrontEndStub to indicate that a commmand has been postponed due to a temporary disconnection and will be delivered as soon as the FrontEnd will reconnect. The BackEnd container uses this indication to "simulate" the effects of the command thus hiding the delivery delay to the rest of the platform. It is declared as a RuntimeException to avoid declaring it in the FrontEnd interface.

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Constructor Summary
PostponedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostponedException

public PostponedException()