org.eclipse.ecf.core.sharedobject
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:
- java.io.Serializable
public class SharedObjectCreateException
- extends ECFException
Exception thrown upon shared object create by ISharedObjectManager
- See Also:
ISharedObjectManager.createSharedObject(SharedObjectDescription)
,
Serialized Form
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 |
SharedObjectCreateException
public SharedObjectCreateException()
SharedObjectCreateException
public SharedObjectCreateException(org.eclipse.core.runtime.IStatus status)
SharedObjectCreateException
public SharedObjectCreateException(java.lang.String arg0)
SharedObjectCreateException
public SharedObjectCreateException(java.lang.String msg,
java.lang.Throwable cause)
SharedObjectCreateException
public SharedObjectCreateException(java.lang.Throwable cause)