com.paypal.base.exception.SSLConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.payment.method.paypal
Show all versions of com.liferay.commerce.payment.method.paypal
Liferay Commerce Payment Method PayPal
The newest version!
package com.paypal.base.exception;
/**
* SSLConfigurationException is thrown for error caused during SSL connection
*
*/
public class SSLConfigurationException extends BaseException {
/**
* Serial version UID
*/
private static final long serialVersionUID = -2345834567387658303L;
public SSLConfigurationException(String message) {
super(message);
}
public SSLConfigurationException(String message, Throwable exception) {
super(message, exception);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy