Package com.mongodb

Class MongoInternalException

  • All Implemented Interfaces:
    Serializable

    @Deprecated(since="2021-05-27")
    public class MongoInternalException
    extends MongoException
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    A Mongo exception internal to the driver, not carrying any error code.
    See Also:
    Serialized Form
    • Constructor Detail

      • MongoInternalException

        public MongoInternalException​(String msg)
        Deprecated.
        Parameters:
        msg - the description of the problem
      • MongoInternalException

        public MongoInternalException​(String msg,
                                      Throwable t)
        Deprecated.
        Parameters:
        msg - the description of the problem
        t - the Throwable root cause