Package com.mongodb

Class MongoInternalException

  • All Implemented Interfaces:
    java.io.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​(java.lang.String msg)
        Deprecated.
        Parameters:
        msg - the description of the problem
      • MongoInternalException

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