Class EntitySyncContext.SyncAbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ofbiz.base.util.GeneralException
org.apache.ofbiz.service.GeneralServiceException
org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncAbortException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EntitySyncContext
This class signifies an abort condition, so the state and such of the EntitySync value in the datasource should not be changed
- See Also:
-
Constructor Summary
ConstructorDescriptionSyncAbortException
(String str) SyncAbortException
(String str, Throwable nested) SyncAbortException
(String str, List<Object> errorMsgList, Map<String, Object> errorMsgMap, Map<String, Object> nestedServiceResult, Throwable nested) SyncAbortException
(Throwable nested) -
Method Summary
Methods inherited from class org.apache.ofbiz.service.GeneralServiceException
addErrorMessages, returnError
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
SyncAbortException
public SyncAbortException() -
SyncAbortException
-
SyncAbortException
-
SyncAbortException
-
SyncAbortException
-