Package alpine.upgrade
Class UpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- alpine.upgrade.UpgradeException
-
- All Implemented Interfaces:
Serializable
public class UpgradeException extends Exception
An exception specific to Upgrades- Since:
- 1.2.0
- Author:
- Steve Springett
- 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
-
-