1
zj
2026-02-06 4687e36631bb949bf9fe68f36628781c7e7aafca
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}