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

com.diboot.framework.exception.PermissionException Maven / Gradle / Ivy

The newest version!
package com.diboot.framework.exception;

/***
 * 访问权限异常
 * @author [email protected]
 */
public class PermissionException extends Exception {
	private static final long serialVersionUID = -99L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy