Use this exception when you cannot throw IOException directly (eg. because checked exceptions do not allow IOException).
For example, KijiPager.next() cannot throw IOException because it implements interfaces Iterator. In this case, an underlying IOException may be wrapped as a KijiIOException.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|