Class MongoWriteConcernWithResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MongoWriteConcernWithResponseException
    extends MongoException
    See Also:
    Serialized Form
    • Constructor Detail

      • MongoWriteConcernWithResponseException

        public MongoWriteConcernWithResponseException​(MongoException exception,
                                                      java.lang.Object response)
    • Method Detail

      • getCause

        public MongoException getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • getResponse

        public java.lang.Object getResponse()