Package com.atlassian.upgrade
Class UpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.upgrade.UpgradeException
-
- All Implemented Interfaces:
Serializable
public class UpgradeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpgradeException()
UpgradeException(String message)
UpgradeException(String message, Throwable cause)
UpgradeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-