@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() |
unwrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeadTransactionException(com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedIdentifiers)
public boolean isRetriable()
isRetriable
in class RequestException
public com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> getPurgedIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.