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

com.github.dakusui.jcunit.exceptions.SavedObjectBrokenException Maven / Gradle / Ivy

There is a newer version: 0.8.17
Show newest version
package com.github.dakusui.jcunit.exceptions;

public class SavedObjectBrokenException extends JCUnitException {
  public SavedObjectBrokenException(String message, @SuppressWarnings("SameParameterValue") Throwable t) {
    super(message, t);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy