Class AbortImportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.atlassian.jira.imports.project.handler.AbortImportException
All Implemented Interfaces:
Serializable

public class AbortImportException extends SAXException
A special extension of SAXException that is used to indicate to the ChainedOfBizSaxHandler that it should abort its operation. SAXException was extended because we need to throw this exception from a SAX handler.
Since:
v3.13
See Also:
  • Constructor Details

    • AbortImportException

      public AbortImportException()