All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javaoffers.batis.modelhelper.exception.ParseParamException Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.exception;

/**
 * @author mingJie
 */
public class ParseParamException extends RuntimeException {

    public ParseParamException(String message, Throwable cause) {
        super(message, cause);
    }

    public ParseParamException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy