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

com.pongsky.kit.common.exception.ValidationException Maven / Gradle / Ivy

The newest version!
package com.pongsky.kit.common.exception;

/**
 * 校验异常
 *
 * @author pengsenhao
 */
public class ValidationException extends RuntimeException {

    private static final long serialVersionUID = -6511791210548696965L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy