public class ConnectionException extends RuntimeException
Connection if something went wrong temporarily.
This allows connections to know when to back off for a while.
| Constructor and Description |
|---|
ConnectionException() |
ConnectionException(String message) |
ConnectionException(String message,
Throwable cause) |
ConnectionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2014. All rights reserved.