mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 23:14:00 +00:00
Fix wrong error type for UnhandledServerException (#15111)
This commit is contained in:
parent
199d0c7985
commit
08aa9a036c
@ -20,7 +20,7 @@ public class UnhandledServerException extends WebServiceException {
|
|||||||
private static final String MESSAGE =
|
private static final String MESSAGE =
|
||||||
"An exception with message [%s] was thrown while processing request.";
|
"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) {
|
public UnhandledServerException(String exceptionMessage) {
|
||||||
super(
|
super(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user