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