Class SharedObjectCreateException

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.SharedObjectCreateException
All Implemented Interfaces:
Serializable

public class SharedObjectCreateException extends ECFException
Exception thrown upon shared object create by ISharedObjectManager
See Also:
  • Constructor Details

    • SharedObjectCreateException

      public SharedObjectCreateException()
    • SharedObjectCreateException

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

      public SharedObjectCreateException(String arg0)
    • SharedObjectCreateException

      public SharedObjectCreateException(String msg, Throwable cause)
    • SharedObjectCreateException

      public SharedObjectCreateException(Throwable cause)