Class InvalidValueException

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

public class InvalidValueException extends RuntimeException
Thrown when a cache entry has content, but it cannot be read. For example:
See Also:
  • Constructor Details

    • InvalidValueException

      public InvalidValueException(String message, Throwable t)
    • InvalidValueException

      public InvalidValueException(String message)