Class EntitySyncContext.SyncServiceErrorException

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

    public static class EntitySyncContext.SyncServiceErrorException
    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

      • SyncServiceErrorException

        public SyncServiceErrorException()
      • SyncServiceErrorException

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

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

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

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