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

com.hc360.rsf.remoting.EncryptException Maven / Gradle / Ivy

The newest version!
package com.hc360.rsf.remoting;

/**
 * 加密通信时发生的异常
 * @author zhaorai
 *
 */
public class EncryptException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public EncryptException(String msg){
		super(msg);
	}
	
	public EncryptException(String msg,Exception e){
		super(msg,e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy