Class TransientMongoDbException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransientClientSessionException

public class TransientMongoDbException extends TransientDataAccessException
Root of the hierarchy of MongoDB specific data access exceptions that are considered transient such as MongoExceptions carrying specific labels.
Since:
4.4
Author:
Christoph Strobl
See Also:
  • Constructor Details