Class SharedObjectInitException
- 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.SharedObjectInitException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SharedObjectInitException extends ECFException Exception thrown during calls toISharedObject.init(ISharedObjectConfig)
- 
- 
Constructor SummaryConstructors Constructor Description SharedObjectInitException()SharedObjectInitException(String arg0)SharedObjectInitException(String msg, Throwable cause)SharedObjectInitException(Throwable cause)SharedObjectInitException(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- 
SharedObjectInitExceptionpublic SharedObjectInitException() 
 - 
SharedObjectInitExceptionpublic SharedObjectInitException(org.eclipse.core.runtime.IStatus status) 
 - 
SharedObjectInitExceptionpublic SharedObjectInitException(String arg0) 
 - 
SharedObjectInitExceptionpublic SharedObjectInitException(Throwable cause) 
 
- 
 
-