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

io.ebeaninternal.dbmigration.UnknownResourcePathException Maven / Gradle / Ivy

The newest version!
package io.ebeaninternal.dbmigration;

/**
 * Exception when db migration resource path does not exist.
 * 

* Typically the working directory or pathToResources is incorrect. *

*/ public class UnknownResourcePathException extends RuntimeException { public UnknownResourcePathException(String msg) { super(msg); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy