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

com.mysema.query.lucene.IgnoreCaseUnsupportedException Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
package com.mysema.query.lucene;

/**
 * @author tiwe
 *
 */
public class IgnoreCaseUnsupportedException extends UnsupportedOperationException{

    private static final long serialVersionUID = 412913389929530788L;

    public IgnoreCaseUnsupportedException() {
        super("Ignore case queries are not supported with Lucene");
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy