public class WrappedException extends RuntimeException
RuntimeException which wraps a checked exception. This is necessary when dealing with streams,
since the API does not allow catching or propagating a checked exception.| Constructor and Description |
|---|
WrappedException(Exception wrappedException)
Mandatory constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getWrappedException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringApache Camel