public class

DowngradeException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.jira.upgrade.DowngradeException
Known Direct Subclasses

Class Overview

Indicates an error that occured while trying to downgrade JIRA such that the downgrade cannot complete successfully.

Summary

Public Constructors
DowngradeException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DowngradeException (String message)