Package com.mongodb

Class MongoSocketClosedException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoSocketClosedException extends MongoSocketException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
This exception is thrown when trying to read or write from a closed socket.
Since:
3.0
See Also:
  • Constructor Details

    • MongoSocketClosedException

      public MongoSocketClosedException(String message, ServerAddress address)
      Deprecated.
      Construct an instance.
      Parameters:
      message - the message
      address - the server address