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