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

pl.atom.spring.cqs.query.WrongQueryHandlerImplementationException Maven / Gradle / Ivy

The newest version!
package pl.atom.spring.cqs.query;

public class WrongQueryHandlerImplementationException extends RuntimeException {

    public WrongQueryHandlerImplementationException(QueryHandler handler) {
        super(handler.getClass().getCanonicalName() + " has incorrect implementation");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy