Class NodeUpgradeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openam.auth.node.api.upgrade.exception.NodeUpgradeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidUpgradeConfigException,UnsupportedUpgradeException,UpgradeFailedException
Exception thrown when a node upgrade fails.
This exception is used to indicate that the upgrade process for a node has failed,
either due to the absence of an upgrader for the specified version or due to a failure
during the upgrade process.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString