kz.greetgo.db.NoCGLIB Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo.db Show documentation
Show all versions of greetgo.db Show documentation
DB utils using in greetgo!
The newest version!
package kz.greetgo.db;
public class NoCGLIB extends RuntimeException {
public NoCGLIB(ClassNotFoundException e) {
super("No library cglib. Please add: compile 'cglib:cglib:3.2.0' : 3.2.0 or more", e);
}
}