Class MongoTransactionException

All Implemented Interfaces:
Serializable

public class MongoTransactionException extends ClientSessionException
A specific ClientSessionException related to issues with a transaction such as aborted or non existing transactions.
Since:
2.1
Author:
Christoph Strobl
See Also:
  • Constructor Details