Class 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
    • Constructor Detail

      • SyncOtherErrorException

        public SyncOtherErrorException()
      • SyncOtherErrorException

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

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

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

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