![JAR search and dependency download from the Maven repository](/logo.png)
net.serenitybdd.screenplay.injectors.CastingException Maven / Gradle / Ivy
package net.serenitybdd.screenplay.injectors;
public class CastingException extends RuntimeException {
public CastingException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy