Class GCacheException

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

public class GCacheException extends RuntimeException
An exception for events where an operation could not be completed by the memcache service as requested by the GCache interface.
See Also:
  • Constructor Details

    • GCacheException

      public GCacheException(String message, Throwable ex)
    • GCacheException

      public GCacheException(String message)