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

com.jparams.store.index.IndexCreationException Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy