com.fastchar.exception.FastEntityException 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 FastEntityException extends Exception {
private static final long serialVersionUID = -8159812676522894221L;
public FastEntityException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy