Package org.redisson.client
Class RedisTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.redisson.client.RedisException
-
- org.redisson.client.RedisTimeoutException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RedisResponseTimeoutException
public class RedisTimeoutException extends RedisException
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedisTimeoutException()
RedisTimeoutException(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
-
RedisTimeoutException
public RedisTimeoutException()
-
RedisTimeoutException
public RedisTimeoutException(String message)
-
-