Skip to content

Commit 560a6e1

Browse files
committed
Extend IOException (#605)
* CompressorException now extends IOException instead of Exception ArchiveException now extends IOException instead of Exception * Update ArchiveStreamFactoryTest.java
1 parent 6afdc3f commit 560a6e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/changes/changes.xml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The <action> type attribute can be add,update,fix,remove.
4848
<!-- FIX -->
4949
<action type="fix" issue="COMPRESS-686" dev="ggregory" due-to="Richard Blank, Gary Gregory">Better exception messages in SeekableInMemoryByteChannel.</action>
5050
<action type="fix" dev="ggregory" due-to="yujincheng08, Gary Gregory">ZipArchiveOutputStream.addRawArchiveEntry() should check is2PhaseSource #571.</action>
51+
<action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">ArchiveException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action>
52+
<action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo Bernal">CompressorException extends IOException #605, see also https://github.com/apache/httpcomponents-client/pull/580.</action>
5153
<!-- ADD -->
5254
<action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.getModificationInstant().</action>
5355
<action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.setModificationInstant(Instant).</action>

0 commit comments

Comments
 (0)