Class DeadTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.access.concepts.RequestException
org.opendaylight.controller.cluster.access.commands.DeadTransactionException
- All Implemented Interfaces:
Serializable
A
RequestException indicating that the backend has received a request to create a transaction which has
already been purged.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeadTransactionException(com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedIdentifiers) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong>booleanMethods inherited from class org.opendaylight.controller.cluster.access.concepts.RequestException
unwrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeadTransactionException
public DeadTransactionException(com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedIdentifiers)
-
-
Method Details
-
isRetriable
public boolean isRetriable()- Specified by:
isRetriablein classRequestException
-
getPurgedIdentifier
public com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> getPurgedIdentifier()
-