Class MemcacheServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.memcache.MemcacheServiceException
All Implemented Interfaces:
Serializable

public class MemcacheServiceException extends RuntimeException
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 Details

    • MemcacheServiceException

      public MemcacheServiceException(String message, Throwable ex)
    • MemcacheServiceException

      public MemcacheServiceException(String message)