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

com.github.xphsc.exception.BeanException Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.xphsc.exception;

/**
 * Created by ${huipei.x} on 2017-6-12.
 */
public class BeanException extends RuntimeException{

    private static final long serialVersionUID = -1699987643831455524L;

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

    public BeanException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy