org.eclipse.ecf.core
Class ContainerConnectException

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.core.ContainerConnectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContainerAuthenticationException

public class ContainerConnectException
extends ECFException

Exception class to be thrown upon connection failure.

See Also:
IContainer.connect(org.eclipse.ecf.core.identity.ID, org.eclipse.ecf.core.security.IConnectContext), Serialized Form

Constructor Summary
ContainerConnectException()
           
ContainerConnectException(org.eclipse.core.runtime.IStatus status)
           
ContainerConnectException(java.lang.String message)
           
ContainerConnectException(java.lang.String message, java.lang.Throwable cause)
           
ContainerConnectException(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

ContainerConnectException

public ContainerConnectException()

ContainerConnectException

public ContainerConnectException(java.lang.String message)

ContainerConnectException

public ContainerConnectException(java.lang.Throwable cause)

ContainerConnectException

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

ContainerConnectException

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