Class ClientSendTimedOutException

All Implemented Interfaces:
Serializable

public class ClientSendTimedOutException extends ClientOperationTimedOutException
Thrown when a message send operation times out in the Provider layer.
See Also:
  • Constructor Details

    • ClientSendTimedOutException

      public ClientSendTimedOutException(String reason)
      Creates a new connection send timed out exception.
      Parameters:
      reason - The message that describes the reason for the error.