EmailServiceException.java
462 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.day.cq.mcm.emailprovider;
public class EmailServiceException
extends Exception {
public EmailServiceException() {
}
public EmailServiceException(String message) {
super(message);
}
public EmailServiceException(Throwable throwable) {
super(throwable);
}
public EmailServiceException(String message, Throwable throwable) {
super(message, throwable);
}
}