Exception hierarchy containing all types of (checked) exceptions thrown by public or protected visible methods.

Unchecked exceptions only:
A method might throw any type of runtime exceptions, even those not specified here.
Nevertheless, internal error states and failures originating from Calimero itself should be signaled through Calimero specific exceptions if possible.