Class EntitySyncContext.SyncAbortException

All Implemented Interfaces:
Serializable
Enclosing class:
EntitySyncContext

public static class EntitySyncContext.SyncAbortException extends GeneralServiceException
This class signifies an abort condition, so the state and such of the EntitySync value in the datasource should not be changed
See Also:
  • Constructor Details

    • SyncAbortException

      public SyncAbortException()
    • SyncAbortException

      public SyncAbortException(String str)
    • SyncAbortException

      public SyncAbortException(String str, Throwable nested)
    • SyncAbortException

      public SyncAbortException(Throwable nested)
    • SyncAbortException

      public SyncAbortException(String str, List<Object> errorMsgList, Map<String,Object> errorMsgMap, Map<String,Object> nestedServiceResult, Throwable nested)