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