org.ofbiz.entityext.synchronization
Class EntitySyncContext.SyncServiceErrorException
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.SyncServiceErrorException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- EntitySyncContext
public static class EntitySyncContext.SyncServiceErrorException
- 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.SyncServiceErrorException
public EntitySyncContext.SyncServiceErrorException()
EntitySyncContext.SyncServiceErrorException
public EntitySyncContext.SyncServiceErrorException(java.lang.String str)
EntitySyncContext.SyncServiceErrorException
public EntitySyncContext.SyncServiceErrorException(java.lang.String str,
java.lang.Throwable nested)
EntitySyncContext.SyncServiceErrorException
public EntitySyncContext.SyncServiceErrorException(java.lang.Throwable nested)
EntitySyncContext.SyncServiceErrorException
public EntitySyncContext.SyncServiceErrorException(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