1
zj
2025-07-30 2e40f659879bdd04f76cced8d2518e85ee530832
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}