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

com.healthy.security.app.AppSecretException Maven / Gradle / Ivy

package com.healthy.security.app;

/**
 * AppSecretException
 *
 * @author xiaomingzhang
 */
public class AppSecretException extends RuntimeException {

	private static final long serialVersionUID = -1629364510827838114L;

	public AppSecretException(String msg) {
		super(msg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy