Class CamelUnitOfWorkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.CamelUnitOfWorkException
- All Implemented Interfaces:
Serializable
A
UnitOfWork failed with a number of caused exceptions.
This implementation will provide the first exception from the list in its cause, so its shown in the stacktrace etc
when logging this exception. But the remainder exceptions is only available from the getCauses() method.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CamelExchangeException
createExceptionMessage, getExchangeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CamelUnitOfWorkException
-
-
Method Details
-
getCauses
-