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