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