Class MemcacheServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.memcache.MemcacheServiceException
- All Implemented Interfaces:
Serializable
An exception for backend non-availability or similar error states which
may occur, but are not necessarily indicative of a coding or usage error
by the application. Also used for
MemcacheService.put(Object, Object)
when the combined key and value size is too large.
In most cases these will be given to the ErrorHandler
to resolve.
Use ConsistentErrorHandler
if in all cases this exception should be
directed to the ErrorHandler
.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMemcacheServiceException
(String message) MemcacheServiceException
(String message, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemcacheServiceException
-
MemcacheServiceException
-