bug #I4LUQ5 默认的slot的dataMap无法放入值为null的对象

This commit is contained in:
bryan31
2021-12-13 18:08:27 +08:00
parent 1baf718124
commit fe3ab999d0

View File

@@ -5,10 +5,8 @@ import java.io.Serializable;
/**
* null param exception
* when param is null, dataMap (ConcurrentHashMap) cann't accept a null value
*
* @Author LeoLee
* @Date 2021/12/10 16:47
* @Version 1.0
* @author LeoLee
* @since 2.6.6
*/
public class NullParamException extends RuntimeException implements Serializable {