Package com.mongodb

Class MongoSocketWriteTimeoutException

All Implemented Interfaces:
Serializable

@Alpha(CLIENT) public class MongoSocketWriteTimeoutException extends MongoSocketException
This exception is thrown when there is a timeout writing a response from the socket.
Since:
5.2
See Also:
  • Constructor Details

    • MongoSocketWriteTimeoutException

      public MongoSocketWriteTimeoutException(String message, ServerAddress address, Throwable cause)
      Construct a new instance
      Parameters:
      message - the message
      address - the address
      cause - the cause