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

@Evolving public class NodeUpgradeException extends Exception
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: