-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Exceptions while performing DB operation using Valchkou #64
Comments
I don't have defined exceptions in my module. and you are correct, you can only code logic for datastax defined exceptions. If you see something else please report here and I will take a look |
Hi Eugene, We started with catching DriverException in all the methods as it covers most of the exception scenarios related to database. |
Hi, |
Hi, Now I run the below query : Exception scenario : My CF has been dropped when I run the above query. In this case I expect the exception will be InvalidQueryException, but UncheckedExecutionExceptions is thrown. InvalidQueryExceptions is wrapped in the UncheckedExecutionException. Is it clear now ? |
Hi Eugene,
What are the possible exceptions at the time of performing get,save,delete ,updatevalue etc function using valchkou, I need to do some special handling(raise event or some alarm etc). I assumed that it will raise only Driver Exception , but sometimes I am getting UncheckedExecutionException as well .
So can you tell me what are the other runtime exceptions Valchkou mapper throws so I can handle them accordingly.
The text was updated successfully, but these errors were encountered: