Class ConnectionRejectedException

All Implemented Interfaces:
RetryableException, Serializable

public class ConnectionRejectedException extends SocketException implements RetryableException
Thrown when a newly created connection was rejected.
See Also:
  • Constructor Details

    • ConnectionRejectedException

      public ConnectionRejectedException(String message)
      Creates a new instance.
      Parameters:
      message - the detail message.
    • ConnectionRejectedException

      public ConnectionRejectedException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - the detail message.
      cause - the cause.