com.avaje.ebean.FinderIllegalAccessException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avaje-ebeanorm-mocker Show documentation
Show all versions of avaje-ebeanorm-mocker Show documentation
Ability to set a Mockito mock EbeanServer as 'default' EbeanServer
The newest version!
package com.avaje.ebean;
/**
* Created by rob on 17/07/15.
*/
public class FinderIllegalAccessException extends RuntimeException {
public FinderIllegalAccessException(IllegalAccessException e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy