Class InvalidValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.memcache.InvalidValueException
-
- All Implemented Interfaces:
Serializable
public class InvalidValueException extends RuntimeException
Thrown when a cache entry has content, but it cannot be read. For example:- An attempt to
MemcacheService.increment(java.lang.Object, long)
a non-integral value - Version skew between your application and the data in the cache, causing a serialization error.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidValueException(String message)
InvalidValueException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-