org.ofbiz.entityext.synchronization
Class EntitySyncContext.SyncDataErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.service.GeneralServiceException
org.ofbiz.entityext.synchronization.EntitySyncContext.SyncErrorException
org.ofbiz.entityext.synchronization.EntitySyncContext.SyncDataErrorException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- EntitySyncContext
public static class EntitySyncContext.SyncDataErrorException
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EntitySyncContext.SyncDataErrorException
public EntitySyncContext.SyncDataErrorException()
EntitySyncContext.SyncDataErrorException
public EntitySyncContext.SyncDataErrorException(java.lang.String str)
EntitySyncContext.SyncDataErrorException
public EntitySyncContext.SyncDataErrorException(java.lang.String str,
java.lang.Throwable nested)
EntitySyncContext.SyncDataErrorException
public EntitySyncContext.SyncDataErrorException(java.lang.Throwable nested)
EntitySyncContext.SyncDataErrorException
public EntitySyncContext.SyncDataErrorException(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)
saveSyncErrorInfo
public void saveSyncErrorInfo(EntitySyncContext esc)
- Specified by:
saveSyncErrorInfo in class EntitySyncContext.SyncErrorException