org.eclipse.ecf.core.sharedobject
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:
- java.io.Serializable
public class SharedObjectInitException
- extends ECFException
Exception thrown during calls to
ISharedObject.init(ISharedObjectConfig)
- See Also:
ISharedObject.init(ISharedObjectConfig)
,
Serialized Form
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 |
SharedObjectInitException
public SharedObjectInitException()
SharedObjectInitException
public SharedObjectInitException(org.eclipse.core.runtime.IStatus status)
SharedObjectInitException
public SharedObjectInitException(java.lang.String arg0)
SharedObjectInitException
public SharedObjectInitException(java.lang.String msg,
java.lang.Throwable cause)
SharedObjectInitException
public SharedObjectInitException(java.lang.Throwable cause)