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

com.yuxuan66.core.exception.FlashSysException Maven / Gradle / Ivy

package com.yuxuan66.core.exception;

/**
 * 
 * @ClassName: SysException 
* @Description:(flash系统运行时异常)
* @author Sir丶雨轩
* @date 2018年8月9日 下午4:42:01
* */ public class FlashSysException extends RuntimeException { private static final long serialVersionUID = -744797844556728243L; public FlashSysException(String msg) { super(msg); } public FlashSysException(String msg,Throwable throwable) { super(msg,throwable); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy