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>

public static class LoadingMap.UnloadExecutionException extends ExecutionException
Thrown when unloading a value failed. It encapsulates the value which was failed to unload.
See Also:
  • Constructor Details

    • UnloadExecutionException

      public UnloadExecutionException(Object value, Throwable cause)
  • Method Details

    • value

      public <T> T value()