org.eclipse.ecf.core.sharedobject
Class SharedObjectInitException

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.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

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

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)