@@ -315,6 +307,8 @@ public class TransactionBatchProcessor implements TransactionBatchProcess {
result = TransactionState.USER_DOES_NOT_EXIST;
result = TransactionState.USER_DOES_NOT_EXIST;
} else if (e instanceof ContractDoesNotExistException) {
} else if (e instanceof ContractDoesNotExistException) {
result = TransactionState.CONTRACT_DOES_NOT_EXIST;
result = TransactionState.CONTRACT_DOES_NOT_EXIST;
} else if (e instanceof ContractExecuteException) {
result = TransactionState.CONTRACT_EXECUTE_ERROR;
} else if (e instanceof ParticipantDoesNotExistException) {
} else if (e instanceof ParticipantDoesNotExistException) {
result = TransactionState.PARTICIPANT_DOES_NOT_EXIST;
result = TransactionState.PARTICIPANT_DOES_NOT_EXIST;
} else if (e instanceof DataVersionConflictException) {
} else if (e instanceof DataVersionConflictException) {
@@ -333,7 +327,7 @@ public class TransactionBatchProcessor implements TransactionBatchProcess {
"Due to ledger security exception, the data changes resulting from transaction execution will be rolled back and the results of the transaction will be committed! --[BlockHeight=%s][RequestHash=%s][TxHash=%s] --%s",
"Due to ledger security exception, the data changes resulting from transaction execution will be rolled back and the results of the transaction will be committed! --[BlockHeight=%s][RequestHash=%s][TxHash=%s] --%s",