org.ofbiz.entityext.synchronization
Class EntitySyncContext.SyncErrorException

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
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

Field Summary
 
Fields inherited from class org.ofbiz.service.GeneralServiceException
errorMsgList, errorMsgMap, nestedServiceResult
 
Constructor Summary
EntitySyncContext.SyncErrorException()
           
EntitySyncContext.SyncErrorException(java.lang.String str)
           
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)
           
EntitySyncContext.SyncErrorException(java.lang.String str, java.lang.Throwable nested)
           
EntitySyncContext.SyncErrorException(java.lang.Throwable nested)
           
 
Method Summary
abstract  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.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)
Method Detail

saveSyncErrorInfo

public abstract void saveSyncErrorInfo(EntitySyncContext esc)