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