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
An exception for events where an operation could not be completed by the memcache service as
requested by the GCache interface.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGCacheException(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
-
Constructor Details
-
GCacheException
-
GCacheException
-