|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.CamelUnitOfWorkException
public class CamelUnitOfWorkException
A UnitOfWork failed with a number of caused exceptions.
getCauses() method.
| Constructor Summary | |
|---|---|
CamelUnitOfWorkException(Exchange exchange,
java.util.List<java.lang.Exception> causes)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Exception> |
getCauses()
|
| Methods inherited from class org.apache.camel.CamelExchangeException |
|---|
getExchange |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CamelUnitOfWorkException(Exchange exchange,
java.util.List<java.lang.Exception> causes)
| Method Detail |
|---|
public java.util.List<java.lang.Exception> getCauses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||