public class DisconnectException extends RetriableException
| Modifier and Type | Field and Description | 
|---|---|
| static DisconnectException | INSTANCE | 
| Constructor and Description | 
|---|
| DisconnectException() | 
| DisconnectException(String message) | 
| DisconnectException(String message,
                   Throwable cause) | 
| DisconnectException(Throwable cause) | 
fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final DisconnectException INSTANCE