© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
R. HedgpethR2DBC Revealedhttps://doi.org/10.1007/978-1-4842-6989-3_10

10. Handling Exceptions

Robert Hedgpeth1  
(1)
Chicago, IL, USA
 

Imagine a scenario where you’re writing an application and every time you compile and run your code everything works flawlessly. OK, you can stop laughing now. Whether you’re a novice or seasoned developer, one thing is constant: exceptions occurring. While it would be nice if our code worked without problems, but for one reason or another, we’re bound to encounter problems. Luckily, we have the ability to prepare our code to account for and manage exceptions.

In this chapter, we’re going to take a look at types of exceptions ...

Get R2DBC Revealed: Reactive Relational Database Connectivity for Java and JVM Programmers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.