com.fastchar.exception.FastCacheException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar Show documentation
Show all versions of fastchar Show documentation
FastChar is Web+ORM Framework in Java.
package com.fastchar.exception;
public class FastCacheException extends RuntimeException {
private static final long serialVersionUID = -6750897673553402953L;
public FastCacheException(String message) {
super(message);
}
public FastCacheException(Throwable throwable) {
super(throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy