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

org.openbaton.exceptions.DescriptorWrongFormat Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package org.openbaton.exceptions;

/** Created by rvl on 29.09.16. */
public class DescriptorWrongFormat extends Exception {

  public DescriptorWrongFormat(String message) {
    super(message);
  }

  public DescriptorWrongFormat(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy