com.power.common.exception.XssException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-util Show documentation
Show all versions of common-util Show documentation
ApplicationPower common-util
package com.power.common.exception;
/**
* Description:
* Xss攻击的exception
*
* @author yu 2018/06/05.
*/
public class XssException extends RuntimeException {
public XssException(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy