Remove AtomixIOException 95/104695/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 08:57:23 +0000 (09:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 08:58:21 +0000 (09:58 +0100)
commit53e6efd7b5d57ca2621230c8d13d53f69035e379
tree1db2a2bae6c3269ab0f79a924e6002fd67b5e244
parent95fec5ffd5bab1211743d9482eb7daf407f8ecbd
Remove AtomixIOException

There is only a single user, which is using a plain RuntimeException
in other places to wrap IOException. Just remove AtomixIOException, as
it has no value.

JIRA: CONTROLLER-2071
Change-Id: Ia7b682c5875e27011b2bdcca4b9712cb9a3c5b5f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/atomix/storage/src/main/java/io/atomix/storage/buffer/MappedBytes.java
third-party/atomix/utils/src/main/java/io/atomix/utils/AtomixIOException.java [deleted file]
third-party/atomix/utils/src/main/java/io/atomix/utils/package-info.java [deleted file]