com.emailage.javawrapper.model.exception.EmailageParameterException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of classic-api-client Show documentation
Show all versions of classic-api-client Show documentation
Emailage Classic API Java Client
package com.emailage.javawrapper.model.exception;
public class EmailageParameterException extends Exception {
public EmailageParameterException(String message, Exception ex){super(message,ex);}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy