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 to ISharedObject.init(ISharedObjectConfig)
See Also:
  • Constructor Details

    • SharedObjectInitException

      public SharedObjectInitException()
    • SharedObjectInitException

      public SharedObjectInitException(org.eclipse.core.runtime.IStatus status)
    • SharedObjectInitException

      public SharedObjectInitException(String arg0)
    • SharedObjectInitException

      public SharedObjectInitException(String msg, Throwable cause)
    • SharedObjectInitException

      public SharedObjectInitException(Throwable cause)