Package lumis.upgrade.postupgrade
Class PostUpgradeTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- lumis.upgrade.postupgrade.PostUpgradeTaskException
-
- All Implemented Interfaces:
Serializable
public class PostUpgradeTaskException extends RuntimeException
Exception thrown when a problem occur inIPostUpgradeTask.run()
.- Since:
- 7.0.0
- Version:
- $Revision: 23869 $ $Date: 2020-06-05 14:15:47 -0300 (Fri, 05 Jun 2020) $
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PostUpgradeTaskException.ErrorLevel
The error level.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-