TestandtargetException.java 473 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.analytics.testandtarget;

public class TestandtargetException
extends Exception {
    public TestandtargetException() {
    }

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

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

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