package com.terra.common.exception; /** * 权限异常 * * @author admin */ public class PreAuthorizeException extends RuntimeException { private static final long serialVersionUID = 1L; public PreAuthorizeException() { } }