try { … } catch(ExciRespException e) { String rcMsg = e.getRcMsg(); }
エラーが発生した場合は、rcMsg によって該当のエラー メッセージが捕捉されます。