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

com.almworks.jira.structure.api2g.template.StructureTemplateException Maven / Gradle / Ivy

There is a newer version: 17.25.3
Show newest version
package com.almworks.jira.structure.api2g.template;

import com.almworks.jira.structure.api.column.ColumnContextKeys;

/**
 * @author alexeypegov
 */
public class StructureTemplateException extends Exception {
  public StructureTemplateException(String message) {
    super(message);
  }

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

  public StructureTemplateException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy