|
||||||||||
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 com.cosylab.util.CommonException de.desy.acop.transport.ConnectionFailed
public class ConnectionFailed
This exception signals that connection to remote system has failed for some reason.
Field Summary |
---|
Fields inherited from class com.cosylab.util.CommonException |
---|
actions, caughtIn, helpID, host, instance, thread, timestamp, username, values |
Constructor Summary | |
---|---|
ConnectionFailed()
Creates new instance of ConnectionFailed. |
|
ConnectionFailed(ConnectionParameters p)
Creates new instance of ConnectionFailed. |
|
ConnectionFailed(ConnectionParameters p,
java.lang.Throwable e)
Creates new instance of ConnectionFailed. |
|
ConnectionFailed(java.lang.String message,
java.lang.Throwable t)
Creates new instance of ConnectionFailed. |
Method Summary |
---|
Methods inherited from class com.cosylab.util.CommonException |
---|
caughtIn, getActions, getCaughtIn, getHelpID, getHost, getInstance, getParent, getThread, getTimestamp, getUsername, getValue, getValues, initialize, putValue, setActions, setHelpID |
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 |
Methods inherited from interface com.cosylab.util.CommonThrowable |
---|
getMessage |
Constructor Detail |
---|
public ConnectionFailed()
public ConnectionFailed(ConnectionParameters p)
public ConnectionFailed(ConnectionParameters p, java.lang.Throwable e)
public ConnectionFailed(java.lang.String message, java.lang.Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |