org.ofbiz.entityext.synchronization
Class EntitySyncContext.SyncErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.service.GeneralServiceException
org.ofbiz.entityext.synchronization.EntitySyncContext.SyncErrorException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EntitySyncContext.SyncDataErrorException, EntitySyncContext.SyncOtherErrorException, EntitySyncContext.SyncServiceErrorException
- Enclosing class:
- EntitySyncContext
public abstract static class EntitySyncContext.SyncErrorException
- extends GeneralServiceException
- 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.SyncErrorException
public EntitySyncContext.SyncErrorException()
EntitySyncContext.SyncErrorException
public EntitySyncContext.SyncErrorException(java.lang.String str)
EntitySyncContext.SyncErrorException
public EntitySyncContext.SyncErrorException(java.lang.String str,
java.lang.Throwable nested)
EntitySyncContext.SyncErrorException
public EntitySyncContext.SyncErrorException(java.lang.Throwable nested)
EntitySyncContext.SyncErrorException
public EntitySyncContext.SyncErrorException(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 abstract void saveSyncErrorInfo(EntitySyncContext esc)