26d879b7381859d13309342cc5e5d6d34bd92306.svn-base
310 Bytes
package com.thinkgem.jeesite.common.exception;
public class YcslException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public YcslException(){
super();
}
public YcslException(int code){
super();
}
public YcslException(String msg){
super(msg);
}
}