- All Implemented Interfaces:
- java.io.Serializable
public class IllegalCacheOperationException
extends CacheException
Invalid use of method by invoking methods in a manner that violates the cache contract.
Likely caused by invoking inserted() when insert() returns true, etc.
- Since:
- 3.0
- Author:
- Jeff Miller
- See Also:
- Serialized Form