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