com.blazemeter.api.exception.InterruptRuntimeException Maven / Gradle / Ivy
The newest version!
package com.blazemeter.api.exception;
public class InterruptRuntimeException extends RuntimeException{
public InterruptRuntimeException() {
}
public InterruptRuntimeException(String message) {
super(message);
}
public InterruptRuntimeException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy