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
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.