Package com.cosylab.epics.caj.impl
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.cosylab.epics.caj.impl.ConnectionException
-
- All Implemented Interfaces:
Serializable
public class ConnectionException extends Exception
Connection exception.- Version:
- $id$
- Author:
- Matej Sekoranja
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException(String message, InetSocketAddress address, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetSocketAddressgetAddress()Get connection addresss.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionException
public ConnectionException(String message, InetSocketAddress address, Throwable cause)
- Parameters:
message-cause-
-
-
Method Detail
-
getAddress
public InetSocketAddress getAddress()
Get connection addresss.- Returns:
- connection address.
-
-