public class ClientNotRunningException extends Exception
InternetClient or one of its subclasses is called
while the client is not running, for instance if the client has been terminated by the user.| Constructor and Description |
|---|
ClientNotRunningException()
Construct a
ClientNotRunningException with no detail message |
ClientNotRunningException(String reason)
Construct a
ClientNotRunningException with the specified detail message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientNotRunningException()
ClientNotRunningException with no detail messagepublic ClientNotRunningException(String reason)
ClientNotRunningException with the specified detail messagereason - the reason why the exception was thrownCopyright © 2012 code4tv.com. All Rights Reserved.