public class StrictErrorHandler extends java.lang.Object implements ConsistentErrorHandler
MemcacheServiceException
or InvalidValueException for any service error condition.| Constructor and Description |
|---|
StrictErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDeserializationError(InvalidValueException t)
Throws
InvalidValueException for any call. |
void |
handleServiceError(MemcacheServiceException t)
Throws
MemcacheServiceException for any call. |
public void handleDeserializationError(InvalidValueException t)
InvalidValueException for any call.handleDeserializationError in interface ConsistentErrorHandlerhandleDeserializationError in interface ErrorHandlert - the classpath error exceptionMemcacheServiceException - for any service error.public void handleServiceError(MemcacheServiceException t)
MemcacheServiceException for any call.handleServiceError in interface ConsistentErrorHandlerhandleServiceError in interface ErrorHandlert - the service error exceptionMemcacheServiceException - for any service error.