online.sanen.unabo.nosql.UnaboObtainException 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.nosql;
/**
*
* @author lazyToShow
* Date: 2021年9月23日
* Time: 上午10:01:09
*/
public class UnaboObtainException extends RuntimeException {
public UnaboObtainException(String message) {
super(message);
}
private static final long serialVersionUID = 1L;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy