org.kiwiproject.test.curator.CuratorTestingServerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kiwi-test Show documentation
Show all versions of kiwi-test Show documentation
Kiwi Test is a test utility library.
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