net.spy.memcached
Class OperationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.spy.memcached.OperationTimeoutException
- All Implemented Interfaces:
- Serializable
public class OperationTimeoutException
- extends RuntimeException
Thrown by MemcachedClient
when any internal operations timeout.
- See Also:
ConnectionFactory.getOperationTimeout()
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationTimeoutException
public OperationTimeoutException(String message)
OperationTimeoutException
public OperationTimeoutException(String message,
Throwable cause)