com.jparams.store.index.IndexCreationException Maven / Gradle / Ivy
package com.jparams.store.index;
/**
* Thrown by an Index when indexing of a new item fails.
*/
public class IndexCreationException extends Exception
{
IndexCreationException(final String message, final Throwable cause)
{
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy