org.ofbiz.entityext.synchronization
Class EntitySyncContext.SyncOtherErrorException
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.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
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.SyncOtherErrorException
public EntitySyncContext.SyncOtherErrorException()
EntitySyncContext.SyncOtherErrorException
public EntitySyncContext.SyncOtherErrorException(java.lang.String str)
EntitySyncContext.SyncOtherErrorException
public EntitySyncContext.SyncOtherErrorException(java.lang.String str,
java.lang.Throwable nested)
EntitySyncContext.SyncOtherErrorException
public EntitySyncContext.SyncOtherErrorException(java.lang.Throwable nested)
EntitySyncContext.SyncOtherErrorException
public EntitySyncContext.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)
saveSyncErrorInfo
public void saveSyncErrorInfo(EntitySyncContext esc)
- Specified by:
saveSyncErrorInfo
in class EntitySyncContext.SyncErrorException