|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--gov.sns.xal.XalException
|
+--gov.sns.ca.ChannelException
|
+--gov.sns.ca.ConnectionException
| Constructor Summary | |
ConnectionException()
Creates new ConnectionException without detail message. |
|
ConnectionException(Channel channel,
java.lang.String msg)
Constructs an ConnectionException with the specified detail message. |
|
| Method Summary | |
Channel |
getChannel()
Get the channel for which the connection exception was thrown. |
| 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()
ConnectionException without detail message.
public ConnectionException(Channel channel,
java.lang.String msg)
ConnectionException with the specified detail message.
msg - the detail message.| Method Detail |
public Channel getChannel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||