cn.tdchain.cipher.CipherException Maven / Gradle / Ivy
/*
* 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