Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda for destination exception mapping #9

Open
vromero opened this issue Jul 4, 2015 · 2 comments
Open

Lambda for destination exception mapping #9

vromero opened this issue Jul 4, 2015 · 2 comments

Comments

@vromero
Copy link

vromero commented Jul 4, 2015

ExceptionTranslator et = ET.newConfiguration()
.translate(OneExceptionIDontLike.class).to(e-> new MyCustomException("There was a problem blah blah", e))

@mscharhag
Copy link
Owner

Hi vromero,

thanks for your reply. Can you please describe a bit more detailed what issue you are exactly facing?
What do you mean with Queues, funny error from Amazon and destination directory in context of ET?

Thanks

@vromero
Copy link
Author

vromero commented Jul 4, 2015

Ops! Sorry my bad copying and pasteing.
The grain is actually the: e-> new MyCustomException("There was a problem blah blah", e)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants