In the package be.vlaanderen.informatievlaanderen.ldes.server.domain.exceptions are both CollectionNotFoundException and MissingEventStreamException defined, which are both used to throw when an eventstream collection cannot be found.
I suggest to drop one of the two exceptions, so that we don't have two seperate exceptions that are both thrown with the same cause
In the package
be.vlaanderen.informatievlaanderen.ldes.server.domain.exceptions
are bothCollectionNotFoundException
andMissingEventStreamException
defined, which are both used to throw when an eventstream collection cannot be found.I suggest to drop one of the two exceptions, so that we don't have two seperate exceptions that are both thrown with the same cause