public class ConnectionNotFoundException extends IOException
| Constructor and Description |
|---|
ConnectionNotFoundException()
Constructs a ConnectionNotFoundException with no detail
message.
|
ConnectionNotFoundException(String s)
Constructs a ConnectionNotFoundException with the
specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionNotFoundException()
public ConnectionNotFoundException(String s)
s - the detail messageCopyright © 2012 code4tv.com. All Rights Reserved.