org.eclipse.ecf.core.sharedobject
Class SharedObjectConnectException

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.sharedobject.SharedObjectConnectException
All Implemented Interfaces:
java.io.Serializable

public class SharedObjectConnectException
extends ECFException

Exception thrown when creating connector between shared object

See Also:
ISharedObjectManager.connectSharedObjects(org.eclipse.ecf.core.identity.ID, org.eclipse.ecf.core.identity.ID[]), Serialized Form

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

SharedObjectConnectException

public SharedObjectConnectException()

SharedObjectConnectException

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

SharedObjectConnectException

public SharedObjectConnectException(java.lang.String arg0)

SharedObjectConnectException

public SharedObjectConnectException(java.lang.String msg,
                                    java.lang.Throwable cause)

SharedObjectConnectException

public SharedObjectConnectException(java.lang.Throwable cause)