public static class EntitySyncContext.SyncServiceErrorException extends EntitySyncContext.SyncErrorException
errorMsgList, errorMsgMap, nestedServiceResult
Constructor and Description |
---|
SyncServiceErrorException() |
SyncServiceErrorException(String str) |
SyncServiceErrorException(String str,
List<Object> errorMsgList,
Map<String,Object> errorMsgMap,
Map<String,Object> nestedServiceResult,
Throwable nested) |
SyncServiceErrorException(String str,
Throwable nested) |
SyncServiceErrorException(Throwable nested) |
Modifier and Type | Method and Description |
---|---|
void |
saveSyncErrorInfo(EntitySyncContext esc) |
addErrorMessages, returnError
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public SyncServiceErrorException()
public SyncServiceErrorException(String str)
public SyncServiceErrorException(Throwable nested)
public void saveSyncErrorInfo(EntitySyncContext esc)
saveSyncErrorInfo
in class EntitySyncContext.SyncErrorException