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