com.semaphore.resource.updater.exceptions.LockWaitException 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 LockWaitException extends Exception{
public LockWaitException(String msg){
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy