Package com.faunadb.client.errors
Class TransactionContentionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.faunadb.client.errors.FaunaException
-
- com.faunadb.client.errors.TransactionContentionException
-
- All Implemented Interfaces:
Serializable
public class TransactionContentionException extends FaunaException
An exception thrown if a HTTP 409 is returned from FaunaDB.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionContentionException(HttpResponses.QueryErrorResponse response)
TransactionContentionException(String message)
-
Method Summary
-
Methods inherited from class com.faunadb.client.errors.FaunaException
constructErrorMessage, errors, status
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransactionContentionException
public TransactionContentionException(HttpResponses.QueryErrorResponse response)
-
TransactionContentionException
public TransactionContentionException(String message)
-
-