Fix wrong error type for UnhandledServerException (#15111)

This commit is contained in:
Sriharsha Chintalapani 2024-02-08 19:45:51 -08:00 committed by GitHub
parent 199d0c7985
commit 08aa9a036c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ public class UnhandledServerException extends WebServiceException {
private static final String MESSAGE =
"An exception with message [%s] was thrown while processing request.";
public static final String UNHANDLED_ERROR = "REFLECTION_ERROR";
public static final String UNHANDLED_ERROR = "UNHANDLED_SERVER_EXCEPTION";
public UnhandledServerException(String exceptionMessage) {
super(