public class ConnectionRejectedException
extends SocketException
implements RetryableException
| Constructor and Description |
|---|
ConnectionRejectedException(String message)
Creates a new instance.
|
ConnectionRejectedException(String message,
Throwable cause)
Creates a new instance.
|
public ConnectionRejectedException(String message)
message - the detail message.public ConnectionRejectedException(String message,
Throwable cause)
message - the detail message.cause - the cause.