online.sanen.unabo.sql.BootstrapObtainException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unabo Show documentation
Show all versions of unabo Show documentation
Unabo, the Java™ progressive ORM framework
The newest version!
package online.sanen.unabo.sql;
/**
*
* @author LazyToShow
* Date: Feb 21, 2019
* Time: 3:55:10 PM
*/
public class BootstrapObtainException extends RuntimeException {
private static final long serialVersionUID = 1L;
public BootstrapObtainException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy