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