package com.avaje.ebean; public class EntityNotFoundException extends RuntimeException { public EntityNotFoundException(String msg) { super(msg); } }