You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExceptionTranslator et = ET.newConfiguration()
.translate(OneExceptionIDontLike.class).to(e-> new MyCustomException("There was a problem blah blah", e))
The text was updated successfully, but these errors were encountered:
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?
ExceptionTranslator et = ET.newConfiguration()
.translate(OneExceptionIDontLike.class).to(e-> new MyCustomException("There was a problem blah blah", e))
The text was updated successfully, but these errors were encountered: