Class RemoteServiceAckTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class RemoteServiceAckTimeoutException
    extends RuntimeException
    Rises when remote method executor has not answered within Ack timeout.

    Method invocation has not been started in this case. So a new invocation attempt can be made.

    Author:
    Nikita Koksharov
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteServiceAckTimeoutException

        public RemoteServiceAckTimeoutException​(String message)