zyy
2025-06-25 dafeb82f6180cc30d78d0ec5d4d614ecdd8ac715
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}