zyy
2026-02-09 30e592bd0975b41e0b4b4140c4b794c2e1e121de
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}