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