All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kz.greetgo.db.NoCGLIB Maven / Gradle / Ivy

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);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy