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
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 Summary
Constructors -
Method Summary
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AbortImportException
public AbortImportException()
-