Class SharedObjectAddException

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.SharedObjectAddException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SharedObjectAddAbortException

public class SharedObjectAddException extends ECFException
Exception thrown upon shared object add to container
See Also:
  • Constructor Details

    • SharedObjectAddException

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

      public SharedObjectAddException()
    • SharedObjectAddException

      public SharedObjectAddException(String arg0)
    • SharedObjectAddException

      public SharedObjectAddException(String msg, Throwable cause)
    • SharedObjectAddException

      public SharedObjectAddException(Throwable cause)