Uses of Class
com.google.appengine.api.memcache.MemcacheServiceException
-
Packages that use MemcacheServiceException Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of MemcacheServiceException in com.google.appengine.api.memcache
Methods in com.google.appengine.api.memcache with parameters of type MemcacheServiceException Modifier and Type Method Description void
ConsistentErrorHandler. handleServiceError(MemcacheServiceException ex)
void
ErrorHandler. handleServiceError(MemcacheServiceException ex)
Handles back-end service errors.void
LogAndContinueErrorHandler. handleServiceError(MemcacheServiceException thrown)
Logs thethrown
error condition, but does not expose it to application code.void
StrictErrorHandler. handleServiceError(MemcacheServiceException t)
ThrowsMemcacheServiceException
for any call.
-