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.
|
public ConnectionNotFoundException()
public ConnectionNotFoundException(String s)
s
- the detail messageCopyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.