Class SharedObjectAddAbortException
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
org.eclipse.ecf.core.sharedobject.SharedObjectAddAbortException
- All Implemented Interfaces:
Serializable
Exception thrown during transactional add of shared object
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSharedObjectAddAbortException
(String msg, Throwable cause) SharedObjectAddAbortException
(String msg, Throwable cause, int timeout) SharedObjectAddAbortException
(String msg, List participants, Map causes, int timeout) SharedObjectAddAbortException
(String msg, Map causes, int timeout) -
Method Summary
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
timeout
protected long timeout -
causes
-
participants
-
-
Constructor Details
-
SharedObjectAddAbortException
public SharedObjectAddAbortException() -
SharedObjectAddAbortException
-
SharedObjectAddAbortException
-
SharedObjectAddAbortException
-
SharedObjectAddAbortException
-
SharedObjectAddAbortException
-
SharedObjectAddAbortException
-
-
Method Details
-
getTimeout
public long getTimeout() -
getCauses
-