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

org.seekay.contract.model.exception.ContractFailedException Maven / Gradle / Ivy

The newest version!
package org.seekay.contract.model.exception;

public class ContractFailedException extends RuntimeException {

  public ContractFailedException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy