Class RemoteServiceAckTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.redisson.remote.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:
  • Constructor Details

    • RemoteServiceAckTimeoutException

      public RemoteServiceAckTimeoutException(String message)