コード例 #1
0
ファイル: SampService.java プロジェクト: ChandraCXC/iris
 protected boolean isException(Response rspns) {
   return !rspns.isOK();
 }