Catch Timeout Exception
Api 통신 작업을 하다가, Timeout Exception을 catch하여 처리해야 하는 상황이 있습니다. try{ //api 통신 restTemplate.postForEntity(...) } catch (HttpStatusCodeException e) { Result result = ResultCode.builder().memberStatusCode(....).build(); result.setResultCode(ServiceError.COMMON_SYSTEM_ERROR.getCode()); result.setResultMessage(e.getResponseBodyAsString()); return result; }catch (RestClientException re){ if(re.getRootCau..
jvm언어관련/java
2019. 5. 16. 11:32
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- MSSQL
- 몽고DB 완벽가이드
- 다중 업데이트
- 슬랙
- 업데이트 쿼리
- update set multiple
- update set multi
- 뱅크샐러드
- 이것이 자바다
- update query mutiple row
- gradle
- effectivejava
- update query set multiple
- 싱글턴
- visual studio code
- SpringBoot
- 슬랙봇
- java
- 뱅크샐러드 유전자
- 슬랙 /
- springboot https
- 그레이들
- multiple row update
- update query multi row
- spring-boot-starter-data-redis
- Slack
- 이펙티브자바
- vue.js
- update query
- 뱅셀 유전자
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함