org.eclipse.ecf.provider.comm
Class ConnectionCreateException

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

public class ConnectionCreateException
extends ECFException

Exception class for connection creation exceptions

See Also:
Serialized Form

Constructor Summary
ConnectionCreateException()
           
ConnectionCreateException(org.eclipse.core.runtime.IStatus status)
           
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 org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionCreateException

public ConnectionCreateException(org.eclipse.core.runtime.IStatus status)

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)