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