Class EntitySyncContext.SyncOtherErrorException
- 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.SyncErrorException
-
- org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncOtherErrorException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- EntitySyncContext
public static class EntitySyncContext.SyncOtherErrorException extends EntitySyncContext.SyncErrorException
This class signifies an error condition, so the state of the EntitySync value and the EntitySyncHistory value in the datasource should be changed to reflect the error- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.service.GeneralServiceException
errorMsgList, errorMsgMap, nestedServiceResult
-
-
Constructor Summary
Constructors Constructor Description SyncOtherErrorException()
SyncOtherErrorException(java.lang.String str)
SyncOtherErrorException(java.lang.String str, java.lang.Throwable nested)
SyncOtherErrorException(java.lang.String str, java.util.List<java.lang.Object> errorMsgList, java.util.Map<java.lang.String,java.lang.Object> errorMsgMap, java.util.Map<java.lang.String,java.lang.Object> nestedServiceResult, java.lang.Throwable nested)
SyncOtherErrorException(java.lang.Throwable nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
saveSyncErrorInfo(EntitySyncContext esc)
-
Methods inherited from class org.apache.ofbiz.service.GeneralServiceException
addErrorMessages, returnError
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
SyncOtherErrorException
public SyncOtherErrorException()
-
SyncOtherErrorException
public SyncOtherErrorException(java.lang.String str)
-
SyncOtherErrorException
public SyncOtherErrorException(java.lang.String str, java.lang.Throwable nested)
-
SyncOtherErrorException
public SyncOtherErrorException(java.lang.Throwable nested)
-
SyncOtherErrorException
public SyncOtherErrorException(java.lang.String str, java.util.List<java.lang.Object> errorMsgList, java.util.Map<java.lang.String,java.lang.Object> errorMsgMap, java.util.Map<java.lang.String,java.lang.Object> nestedServiceResult, java.lang.Throwable nested)
-
-
Method Detail
-
saveSyncErrorInfo
public void saveSyncErrorInfo(EntitySyncContext esc)
- Specified by:
saveSyncErrorInfo
in classEntitySyncContext.SyncErrorException
-
-