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

com.github.dreamroute.pager.starter.exception.PaggerException Maven / Gradle / Ivy

package com.github.dreamroute.pager.starter.exception;

/**
 * 异常
 *
 * @author w.dehi
 */
public class PaggerException extends RuntimeException {
    public PaggerException() {}

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy