try {
//Do some stuff...
} catch (Exception ex) {
#if DEBUG
throw;
#else
throw;
#endif
}
Brilliant CodinG
Friday, November 20, 2015
Build specific exception handling
Thursday, November 19, 2015
Thursday, October 15, 2015
Wednesday, October 14, 2015
Wait a minute
if (result.getCode().equals("10")) {
log.info("Hammer Time! Sleeping one minute, waiting for the request to be processed by external entity");
Thread.sleep(60000);
}
Subscribe to:
Posts (Atom)