public class ClientNotConnectedException extends IllegalStateException
| Constructor and Description |
|---|
ClientNotConnectedException()
Constructs a new exception with no message.
|
ClientNotConnectedException(String message)
Constructs a new exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientNotConnectedException()
public ClientNotConnectedException(String message)
message - a short, human-readable explanation of the cause of this exceptionCopyright © 2013–2016 RelayRides. All rights reserved.