Class 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 Detail

      • GCacheException

        public GCacheException​(String message,
                               Throwable ex)
      • GCacheException

        public GCacheException​(String message)