public class ComputationErrorException
extends java.lang.RuntimeException
Computable.compute(Object)
method
if the returned computation should NOT be kept in the cache. The actual value
returned by the getComputation()
should be returned to the caller, but
that value should be considered volatile and should NOT be kept in the cacheModifier and Type | Field and Description |
---|---|
java.lang.Object |
computation |
private static long |
serialVersionUID |
Constructor and Description |
---|
ComputationErrorException() |
ComputationErrorException(java.lang.Object computation) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getComputation() |
private static final long serialVersionUID
public java.lang.Object computation