Class SharedObjectDisconnectException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.eclipse.core.runtime.CoreException
- 
- org.eclipse.ecf.core.util.ECFException
- 
- org.eclipse.ecf.core.sharedobject.SharedObjectDisconnectException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SharedObjectDisconnectException extends ECFException Exception thrown uponISharedObjectManager.disconnectSharedObjects(ISharedObjectConnector)
- 
- 
Constructor SummaryConstructors Constructor Description SharedObjectDisconnectException()SharedObjectDisconnectException(String arg0)SharedObjectDisconnectException(String msg, Throwable cause)SharedObjectDisconnectException(Throwable cause)SharedObjectDisconnectException(org.eclipse.core.runtime.IStatus status)
 - 
Method Summary- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SharedObjectDisconnectExceptionpublic SharedObjectDisconnectException() 
 - 
SharedObjectDisconnectExceptionpublic SharedObjectDisconnectException(org.eclipse.core.runtime.IStatus status) 
 - 
SharedObjectDisconnectExceptionpublic SharedObjectDisconnectException(String arg0) 
 - 
SharedObjectDisconnectExceptionpublic SharedObjectDisconnectException(String msg, Throwable cause) 
 - 
SharedObjectDisconnectExceptionpublic SharedObjectDisconnectException(Throwable cause) 
 
- 
 
-