com.semaphore.resource.updater.exceptions.DataUnConsistentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resource-updater Show documentation
Show all versions of resource-updater Show documentation
resource updater use semaphore
The newest version!
package com.semaphore.resource.updater.exceptions;
/**
* 数据不一致异常
* cache db 不一致
*
* @date 2021/7/22 11:17 上午
*/
public class DataUnConsistentException extends Exception{
public DataUnConsistentException(String msg){
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy