Package org.redisson.remote
Class RemoteServiceAckTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.redisson.remote.RemoteServiceAckTimeoutException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteServiceAckTimeoutException
-