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

org.kiwiproject.test.curator.CuratorTestingServerException Maven / Gradle / Ivy

package org.kiwiproject.test.curator;

/**
 * Exception thrown if there are any problems encountered by {@link CuratorTestingServerExtension}.
 */
public class CuratorTestingServerException extends RuntimeException {

    public CuratorTestingServerException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy