org.ofbiz.entityext.synchronization
Class EntitySyncContext.SyncOtherErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ofbiz.base.util.GeneralException
              extended by org.ofbiz.service.GeneralServiceException
                  extended by org.ofbiz.entityext.synchronization.EntitySyncContext.SyncErrorException
                      extended by 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

Field Summary
 
Fields inherited from class org.ofbiz.service.GeneralServiceException
errorMsgList, errorMsgMap, nestedServiceResult
 
Constructor Summary
EntitySyncContext.SyncOtherErrorException()
           
EntitySyncContext.SyncOtherErrorException(java.lang.String str)
           
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)
           
EntitySyncContext.SyncOtherErrorException(java.lang.String str, java.lang.Throwable nested)
           
EntitySyncContext.SyncOtherErrorException(java.lang.Throwable nested)
           
 
Method Summary
 void saveSyncErrorInfo(EntitySyncContext esc)
           
 
Methods inherited from class org.ofbiz.service.GeneralServiceException
addErrorMessages, returnError
 
Methods inherited from class org.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)
Method Detail

saveSyncErrorInfo

public void saveSyncErrorInfo(EntitySyncContext esc)
Specified by:
saveSyncErrorInfo in class EntitySyncContext.SyncErrorException