Package com.tangosol.util
Class MultiBinaryLongMap.PrimaryBinaryLongMap.RetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.util.MultiBinaryLongMap.PrimaryBinaryLongMap.RetryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultiBinaryLongMap.PrimaryBinaryLongMap
Marker Exception thrown to indicate that the underlying BinaryLongMap
implementation has concurrently changed and the operation needs to
be resubmitted by the PrimaryBinaryLongMap.
- 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
-
RetryException
protected RetryException()
-