ExactTargetException.java 627 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.mcm.emailprovider.EmailServiceException
 */
package com.day.cq.mcm.exacttarget;

import com.day.cq.mcm.emailprovider.EmailServiceException;

public class ExactTargetException
extends EmailServiceException {
    public ExactTargetException() {
    }

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

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

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