All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emailage.javawrapper.model.exception.EmailageApiRequestException Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.emailage.javawrapper.model.exception;

public class EmailageApiRequestException extends Exception {
    public EmailageApiRequestException(String message, Exception e){super(message,e);}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy