Package jade.core

Class PostponedException

  • All Implemented Interfaces:
    Serializable

    public class PostponedException
    extends 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 Detail

      • PostponedException

        public PostponedException()