peter
2025-08-18 f94ff78eeeaa3dfd8d964ac517c88a3964e7e0eb
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}