package com.hundsun.jresplus.web.nosession;
/**
*
* @author LeoHu copy by sagahl
*
*/
public class SessionEncoderException extends Exception {
/**
*
*/
private static final long serialVersionUID = -4116843592799174787L;
public SessionEncoderException(String string) {
super(string);
}
}