
okreplay.TapeLoadException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okreplay Show documentation
Show all versions of okreplay Show documentation
Core module for OkReplay library
The newest version!
package okreplay;
public class TapeLoadException extends RuntimeException {
public TapeLoadException() {
super();
}
public TapeLoadException(String message) {
super(message);
}
public TapeLoadException(String message, Throwable cause) {
super(message, cause);
}
public TapeLoadException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy