Exception InvalidValueException (2.0.0)

public class InvalidValueException extends RuntimeException

Thrown when a cache entry has content, but it cannot be read. For example:

  • An attempt to MemcacheService#increment a non-integral value
  • Version skew between your application and the data in the cache, causing a serialization error.

Constructors

InvalidValueException(String message)

public InvalidValueException(String message)
Parameter
NameDescription
messageString

InvalidValueException(String message, Throwable t)

public InvalidValueException(String message, Throwable t)
Parameters
NameDescription
messageString
tThrowable