com.semaphore.resource.updater.exceptions.ResourceRunException 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;
/**
* 运行异常
*
* @date 2021/7/22 11:17 上午
*/
public class ResourceRunException extends RuntimeException{
public ResourceRunException(String msg){
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy