Class LoadingMap.UnloadExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
org.apache.cassandra.utils.concurrent.LoadingMap.UnloadExecutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LoadingMap<K,
V>
Thrown when unloading a value failed. It encapsulates the value which was failed to unload.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnloadExecutionException
-
-
Method Details
-
value
public <T> T value()
-