Skip to content

Commit

Permalink
database exceptions captured
Browse files Browse the repository at this point in the history
  • Loading branch information
ndinakar committed Feb 22, 2023
1 parent d115c28 commit 5bf3d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/recap/ScsbConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,6 @@ public static List<String> getRequestTypeList() {
public static final String VERSION = "ns1:version";
public static final String SCHEME = "ns1:Scheme";
public static final String XMLNS = "xmlns:ns1";
public static final String SQL_EXCEPTION = "PessimisticLockException: could not execute statement";
public static final String SQL_EXCEPTION = "Exception captured at Database level while creating request.";

}

0 comments on commit 5bf3d02

Please sign in to comment.