![JAR search and dependency download from the Maven repository](/logo.png)
com.bytex.snamp.gateway.smtp.SmtpGatewayAbsentConfigurationParameterException Maven / Gradle / Ivy
package com.bytex.snamp.gateway.smtp;
import com.bytex.snamp.configuration.AbsentConfigurationParameterException;
/**
* @author Roman Sakno
* @version 2.0
* @since 2.0
*/
final class SmtpGatewayAbsentConfigurationParameterException extends AbsentConfigurationParameterException {
private static final long serialVersionUID = -492670118787281154L;
SmtpGatewayAbsentConfigurationParameterException(final String parameterName) {
super(parameterName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy