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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GCacheException(String message)GCacheException(String message, Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-