public class ConnectionException extends Exception
| Constructor and Description |
|---|
ConnectionException(String message,
InetSocketAddress address,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getAddress()
Get connection addresss.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException(String message, InetSocketAddress address, Throwable cause)
message - cause - public InetSocketAddress getAddress()
Copyright © 2004-2020 EPICS. All Rights Reserved.