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