@Beta public final class DeadTransactionException extends RequestException
RequestException indicating that the backend has received a request to create a transaction which has
 already been purged.| Constructor and Description | 
|---|
| DeadTransactionException(com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedIdentifiers) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> | getPurgedIdentifier() | 
| boolean | isRetriable() | 
unwrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeadTransactionException(com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedIdentifiers)
public boolean isRetriable()
isRetriable in class RequestExceptionpublic com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> getPurgedIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.