Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 用のサービス バスを構築しています。ハードな例外とネットワークの問題による例外を区別したいと考えています。接続の切断など。もともと IOException をキャッチしていましたが、明らかに範囲が広すぎます。それらのいくつかは、デバイスにローカルな実際のファイル システムの問題です。
現在、SocketException と ProtocolException がありますが、後者は資格がない可能性があります。モバイルイベントの通常の過程で他に期待できることはありますか?