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