| Interface | Description | 
|---|---|
| BeanExceptionHandler<T,E extends Throwable> | 
 An exception handler capable of receiving a bean that originated the exception and an exception type. 
 | 
| ExceptionHandler<T extends Throwable> | 
 Common interface for types that handle exceptions. 
 | 
| Exception | Description | 
|---|---|
| UncheckedIOException | 
 Wraps a  
IOException in a RuntimeException. |