All Implemented Interfaces:
Serializable

public final class DeadTransactionException extends RequestException
A RequestException indicating that the backend has received a request to create a transaction which has already been purged.
See Also:
  • Constructor Details

    • DeadTransactionException

      public DeadTransactionException(com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedIdentifiers)
  • Method Details

    • isRetriable

      public boolean isRetriable()
      Specified by:
      isRetriable in class RequestException
    • getPurgedIdentifier

      public com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> getPurgedIdentifier()