Throwable cause=execution.getExecuteException();
if(cause instanceof InvocationExecuteException)
{
InvocationExecuteException ite=(InvocationExecuteException)cause;
msg=ite.getCause().getMessage();
}
else if(cause instanceof ConvertExecuteException)
{
ConvertException cvte=((ConvertExecuteException)cause).getCause();