Package com.mongodb.internal.connection
Class MongoWriteConcernWithResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mongodb.MongoException
com.mongodb.internal.connection.MongoWriteConcernWithResponseException
- All Implemented Interfaces:
Serializable
@Deprecated(since="2021-05-27")
public class MongoWriteConcernWithResponseException
extends MongoException
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class com.mongodb.MongoException
TRANSIENT_TRANSACTION_ERROR_LABEL, UNKNOWN_TRANSACTION_COMMIT_RESULT_LABEL -
Constructor Summary
ConstructorsConstructorDescriptionMongoWriteConcernWithResponseException(MongoException exception, Object response) Deprecated. -
Method Summary
Methods inherited from class com.mongodb.MongoException
addLabel, fromThrowable, fromThrowableNonNull, getCode, getErrorLabels, hasErrorLabel, removeLabelMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString