DESY ACOP Beans Home

de.desy.acop.transport
Class ConnectionFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cosylab.util.CommonException
              extended by de.desy.acop.transport.ConnectionFailed
All Implemented Interfaces:
CommonThrowable, java.io.Serializable

public class ConnectionFailed
extends CommonException

This exception signals that connection to remote system has failed for some reason.

Author:
Igor Kriznar (igor.kriznarATcosylab.com)
See Also:
Serialized Form

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

ConnectionFailed

public ConnectionFailed()
Creates new instance of ConnectionFailed.


ConnectionFailed

public ConnectionFailed(ConnectionParameters p)
Creates new instance of ConnectionFailed.


ConnectionFailed

public ConnectionFailed(ConnectionParameters p,
                        java.lang.Throwable e)
Creates new instance of ConnectionFailed.


ConnectionFailed

public ConnectionFailed(java.lang.String message,
                        java.lang.Throwable t)
Creates new instance of ConnectionFailed.



Copyright © 2010. All Rights Reserved.