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

com.qmetric.feed.consumer.store.AlreadyConsumingException Maven / Gradle / Ivy

package com.qmetric.feed.consumer.store;

public class AlreadyConsumingException extends Exception
{
    public AlreadyConsumingException()
    {
    }

    public AlreadyConsumingException(final Throwable throwable)
    {
        super(throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy