1
zj
2024-10-11 80b71c7fa6143fd72f2f379b8ffabce5233cc9f1
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}