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

io.leopard.core.exception.other.ServiceNotAvailableException Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package io.leopard.core.exception.other;

import io.leopard.core.exception.LeopardRuntimeException;

/**
 * 服务不可用(系统维护中)
 * 
 * @author 阿海
 */
public class ServiceNotAvailableException extends LeopardRuntimeException {

	private static final long serialVersionUID = 1L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy