javax.ejb.EJBException: java.lang.reflect.InvocationTargetException; nested exception is:
com.emirates.jfoundation.exception.ServiceException: java.lang.reflect.InvocationTargetException; nested exception is: com.emirates.jfoundation.exception.ServiceException: java.lang.reflect.InvocationTargetException
com.emirates.jfoundation.exception.ServiceException: java.lang.reflect.InvocationTargetException
at weblogic.utils.StackTraceDisabled.unknownMethod()
Caused by: java.lang.reflect.InvocationTargetException
... 1 more
Caused by: EvaluationException [oldEvaluationRatesDTO=null, **newEvaluationRatesDTO** =ShipmentEvaluationRatesDTO [id=null,
I need to read the values in newEvaluationRatesDTO
. How do I catch EvaluationException from the above stack trace.