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:
java.io.Serializable
- Enclosing class:
- LoadingMap<K,V>
public static class LoadingMap.UnloadExecutionException extends java.util.concurrent.ExecutionException
Thrown when unloading a value failed. It encapsulates the value which was failed to unload.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnloadExecutionException(java.lang.Object value, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
value()
-