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

com.hn.doc.xyj.exception.XyjException Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.doc.xyj.exception;

import com.hn.config.exception.HnException;

/**
 * 描述: 小幺鸡异常
 *
 * @author fei
 * @since  2019-11-22 09:28
 */
public class XyjException extends HnException {
    public XyjException() {
    }
    public XyjException(String message) {
        super(message);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy