com.uqpay.sdk.exception.UqpayRSAException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of uqpay-payment Show documentation
Show all versions of uqpay-payment Show documentation
uqpay payment server side SDK
package com.uqpay.sdk.exception;
/**
* UqpayRSAException class.
*
* @author zhengwei
* @version $Id: $Id
*/
public class UqpayRSAException extends Exception {
/**
* Constructor for UqpayRSAException.
*
* @param msg a {@link java.lang.String} object.
*/
public UqpayRSAException(String msg) {
super(msg);
}
}