Package net.rubyeye.xmemcached.exception
Class NoValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.rubyeye.xmemcached.exception.MemcachedException
-
- net.rubyeye.xmemcached.exception.MemcachedClientException
-
- net.rubyeye.xmemcached.exception.NoValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoValueException extends MemcachedClientException
Memcached Client Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoValueException()
NoValueException(java.lang.String s)
NoValueException(java.lang.String message, java.lang.Throwable cause)
NoValueException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-