public class ComputationErrorException extends 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 cache| Modifier and Type | Field and Description |
|---|---|
Object |
computation |
| Constructor and Description |
|---|
ComputationErrorException() |
ComputationErrorException(Object computation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getComputation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.