TargetRecommendationsException.java 589 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.cq.targetrecommendations.api;

public class TargetRecommendationsException
extends Exception {
    private static final long serialVersionUID = 4789851714947284569L;

    public TargetRecommendationsException() {
    }

    public TargetRecommendationsException(String message) {
        super(message);
    }

    public TargetRecommendationsException(Throwable throwable) {
        super(throwable);
    }

    public TargetRecommendationsException(String message, Throwable throwable) {
        super(message, throwable);
    }
}