com.alachisoft.ncache.web.LockException Maven / Gradle / Ivy
package com.alachisoft.ncache.web;
public class LockException extends Exception
{
public LockException(String message)
{
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy