|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cosylab.epics.caj.impl.ConnectionException
public class ConnectionException
Connection exception.
| Constructor Summary | |
|---|---|
ConnectionException(java.lang.String message,
java.net.InetSocketAddress address,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.net.InetSocketAddress |
getAddress()
Get connection addresss. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionException(java.lang.String message,
java.net.InetSocketAddress address,
java.lang.Throwable cause)
message - cause - | Method Detail |
|---|
public java.net.InetSocketAddress getAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||