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
- 
- 
Constructor SummaryConstructors Constructor Description SharedObjectAddException()SharedObjectAddException(String arg0)SharedObjectAddException(String msg, Throwable cause)SharedObjectAddException(Throwable cause)SharedObjectAddException(org.eclipse.core.runtime.IStatus status)
 - 
Method Summary- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SharedObjectAddExceptionpublic SharedObjectAddException(org.eclipse.core.runtime.IStatus status) 
 - 
SharedObjectAddExceptionpublic SharedObjectAddException() 
 - 
SharedObjectAddExceptionpublic SharedObjectAddException(String arg0) 
 - 
SharedObjectAddExceptionpublic SharedObjectAddException(Throwable cause) 
 
- 
 
-