org.eclipse.ecf.core.sharedobject
Class SharedObjectAddException

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

public class SharedObjectAddException
extends ECFException

Exception thrown upon shared object add to container

See Also:
ISharedObjectManager.addSharedObject(org.eclipse.ecf.core.identity.ID, ISharedObject, java.util.Map), Serialized Form

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

SharedObjectAddException

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

SharedObjectAddException

public SharedObjectAddException()

SharedObjectAddException

public SharedObjectAddException(java.lang.String arg0)

SharedObjectAddException

public SharedObjectAddException(java.lang.String msg,
                                java.lang.Throwable cause)

SharedObjectAddException

public SharedObjectAddException(java.lang.Throwable cause)