zj
2026-01-06 9b233cbcc955c23d1be041deb2a0d0c575df7cbc
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}