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
 
 public class SharedObjectAddAbortException extends SharedObjectAddException Exception thrown during transactional add of shared object
- 
- 
Field SummaryFields Modifier and Type Field Description protected Mapcausesprotected Listparticipantsprotected longtimeout
 - 
Constructor SummaryConstructors Constructor Description SharedObjectAddAbortException()SharedObjectAddAbortException(String arg0)SharedObjectAddAbortException(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)SharedObjectAddAbortException(Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MapgetCauses()longgetTimeout()- 
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- 
SharedObjectAddAbortExceptionpublic SharedObjectAddAbortException() 
 - 
SharedObjectAddAbortExceptionpublic SharedObjectAddAbortException(String arg0) 
 - 
SharedObjectAddAbortExceptionpublic SharedObjectAddAbortException(String msg, Throwable cause, int timeout) 
 - 
SharedObjectAddAbortExceptionpublic SharedObjectAddAbortException(String msg, Map causes, int timeout) 
 - 
SharedObjectAddAbortExceptionpublic SharedObjectAddAbortException(String msg, List participants, Map causes, int timeout) 
 - 
SharedObjectAddAbortExceptionpublic SharedObjectAddAbortException(Throwable cause) 
 
- 
 - 
Method Detail- 
getTimeoutpublic long getTimeout() 
 - 
getCausespublic Map getCauses() 
 
- 
 
-