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