mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Move MarketPriceNotAvailableException into package bisq.core.offer.bisq_v1
This commit is contained in:
parent
19f813eea3
commit
d98cb27805
3 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ import bisq.core.monetary.Price;
|
|||
import bisq.core.monetary.Volume;
|
||||
import bisq.core.offer.availability.OfferAvailabilityModel;
|
||||
import bisq.core.offer.availability.OfferAvailabilityProtocol;
|
||||
import bisq.core.offer.bisq_v1.MarketPriceNotAvailableException;
|
||||
import bisq.core.offer.bisq_v1.OfferPayload;
|
||||
import bisq.core.payment.payload.PaymentMethod;
|
||||
import bisq.core.provider.price.MarketPrice;
|
||||
|
|
|
@ -27,6 +27,7 @@ import bisq.core.filter.FilterManager;
|
|||
import bisq.core.locale.Res;
|
||||
import bisq.core.offer.availability.DisputeAgentSelection;
|
||||
import bisq.core.offer.bisq_v1.CreateOfferService;
|
||||
import bisq.core.offer.bisq_v1.MarketPriceNotAvailableException;
|
||||
import bisq.core.offer.bisq_v1.OfferPayload;
|
||||
import bisq.core.offer.messages.OfferAvailabilityRequest;
|
||||
import bisq.core.offer.messages.OfferAvailabilityResponse;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package bisq.core.offer;
|
||||
package bisq.core.offer.bisq_v1;
|
||||
|
||||
public class MarketPriceNotAvailableException extends Exception {
|
||||
public MarketPriceNotAvailableException(@SuppressWarnings("SameParameterValue") String message) {
|
Loading…
Add table
Reference in a new issue