Class CamelUnitOfWorkException

  • All Implemented Interfaces:
    Serializable

    public class CamelUnitOfWorkException
    extends CamelExchangeException
    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:
    Serialized Form