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

org.chobit.spring.rlock.exception.RLockException Maven / Gradle / Ivy

The newest version!
package org.chobit.spring.rlock.exception;


/**
 * 分布式锁相关异常
 *
 * @author robin
 */
public class RLockException extends RuntimeException {


	public RLockException() {
	}


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy