org.eclipse.ecf.core.sharedobject
Class SharedObjectDisconnectException

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

public class SharedObjectDisconnectException
extends ECFException

Exception thrown upon ISharedObjectManager.disconnectSharedObjects(ISharedObjectConnector)

See Also:
ISharedObjectManager.disconnectSharedObjects(ISharedObjectConnector), Serialized Form

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

SharedObjectDisconnectException

public SharedObjectDisconnectException()

SharedObjectDisconnectException

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

SharedObjectDisconnectException

public SharedObjectDisconnectException(java.lang.String arg0)

SharedObjectDisconnectException

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

SharedObjectDisconnectException

public SharedObjectDisconnectException(java.lang.Throwable cause)