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
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 Summary
Constructors Constructor Description RemoteServiceAckTimeoutException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteServiceAckTimeoutException
public RemoteServiceAckTimeoutException(String message)
-
-