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

cn.tdchain.cipher.CipherException Maven / Gradle / Ivy

There is a newer version: 3.0.1.TD1
Show newest version
/*
 * Copyright (c) 2017 Beijing Tiande Technology Co., Ltd.
 * All Rights Reserved.
 */
package cn.tdchain.cipher;
/**
 * @author xiaoming
 * 2019年4月18日
 */
public class CipherException extends RuntimeException{
	public CipherException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy