Class EntitySyncContext.SyncErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntitySyncContext.SyncDataErrorException, EntitySyncContext.SyncOtherErrorException, EntitySyncContext.SyncServiceErrorException
Enclosing class:
EntitySyncContext

public abstract static class EntitySyncContext.SyncErrorException extends GeneralServiceException
See Also:
  • Constructor Details

    • SyncErrorException

      public SyncErrorException()
    • SyncErrorException

      public SyncErrorException(String str)
    • SyncErrorException

      public SyncErrorException(String str, Throwable nested)
    • SyncErrorException

      public SyncErrorException(Throwable nested)
    • SyncErrorException

      public SyncErrorException(String str, List<Object> errorMsgList, Map<String,Object> errorMsgMap, Map<String,Object> nestedServiceResult, Throwable nested)
  • Method Details