MemcacheServiceException (Google App Engine API for Java)

com.google.appengine.api.memcache

Class MemcacheServiceException

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


    public class MemcacheServiceException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MemcacheServiceException

        public MemcacheServiceException(java.lang.String message,
                                        java.lang.Throwable ex)
      • MemcacheServiceException

        public MemcacheServiceException(java.lang.String message)