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