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

com.almworks.jira.structure.api.lifecycle.StructureStoppedException Maven / Gradle / Ivy

The newest version!
package com.almworks.jira.structure.api.lifecycle;

import com.atlassian.annotations.PublicApi;

/**
 * @author Igor Sereda
 */
@PublicApi
public class StructureStoppedException extends IllegalStateException {
  public StructureStoppedException(Object who) {
    super("Structure(" + who + ") is not ready yet or it's been stopped. Structure Restore may be in progress -- please wait until the plugin is re-enabled.");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy