Class EntitySyncContext.SyncDataErrorException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    EntitySyncContext

    public static class EntitySyncContext.SyncDataErrorException
    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
    • Constructor Detail

      • SyncDataErrorException

        public SyncDataErrorException()
      • SyncDataErrorException

        public SyncDataErrorException​(java.lang.String str)
      • SyncDataErrorException

        public SyncDataErrorException​(java.lang.String str,
                                      java.lang.Throwable nested)
      • SyncDataErrorException

        public SyncDataErrorException​(java.lang.Throwable nested)
      • SyncDataErrorException

        public SyncDataErrorException​(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)