dcapwell commented on code in PR #4518:
URL: https://github.com/apache/cassandra/pull/4518#discussion_r2604052894
##########
src/java/org/apache/cassandra/exceptions/RequestValidationException.java:
##########
@@ -28,4 +28,12 @@ protected RequestValidationException(ExceptionCode code,
String msg, Throwable e
{
super(code, msg, e);
}
+
+ public static class UnsafeException extends RequestValidationException
Review Comment:
this is super ugly, but lets us handle every type... i can also make the
base class not abstract...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]