![JAR search and dependency download from the Maven repository](/logo.png)
io.ebean.FinderFieldNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebean-mocker Show documentation
Show all versions of ebean-mocker Show documentation
Ability to set a Mockito mock EbeanServer as 'default' EbeanServer
package io.ebean;
/**
* Created by rob on 17/07/15.
*/
public class FinderFieldNotFoundException extends RuntimeException {
private static final long serialVersionUID = 1L;
public FinderFieldNotFoundException(NoSuchFieldException e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy