public class MemcacheServiceException
extends java.lang.RuntimeException
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
.
Constructor and Description |
---|
MemcacheServiceException(java.lang.String message) |
MemcacheServiceException(java.lang.String message,
java.lang.Throwable ex) |