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

com.yeepay.g3.sdk.yop.exception.DecryptFailedException Maven / Gradle / Ivy

package com.yeepay.g3.sdk.yop.exception;

import com.yeepay.yop.sdk.exception.YopClientException;

/**
 * title: 解密失败
* description: 描述
* Copyright: Copyright (c)2014
* Company: 易宝支付(YeePay)
* * @author wenkang.zhang * @version 1.0.0 * @since 16/11/22 下午2:36 */ public class DecryptFailedException extends YopClientException { private static final long serialVersionUID = -1L; public DecryptFailedException(String message) { super(message); } public DecryptFailedException(String message, Throwable cause) { super(message, cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy