org.eclipse.ecf.core.comm
Class ConnectionCreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ecf.core.comm.ConnectionCreateException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionCreateException
extends java.lang.Exception

Exception class for connection creation exceptions

See Also:
ConnectionFactory.createSynchAsynchConnection(ISynchAsynchEventHandler, ConnectionTypeDescription, String[], Object[]), Serialized Form

Constructor Summary
ConnectionCreateException()
           
ConnectionCreateException(java.lang.String message)
           
ConnectionCreateException(java.lang.String message, java.lang.Throwable cause)
           
ConnectionCreateException(java.lang.Throwable cause)
           
 
Method Summary
 
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

ConnectionCreateException

public ConnectionCreateException()

ConnectionCreateException

public ConnectionCreateException(java.lang.String message)

ConnectionCreateException

public ConnectionCreateException(java.lang.Throwable cause)

ConnectionCreateException

public ConnectionCreateException(java.lang.String message,
                                 java.lang.Throwable cause)