Class UnsupportedUpgradeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openam.auth.node.api.upgrade.exception.NodeUpgradeException
org.forgerock.openam.auth.node.api.upgrade.exception.UnsupportedUpgradeException
All Implemented Interfaces:
Serializable

@Evolving public class UnsupportedUpgradeException extends NodeUpgradeException
Exception thrown when the upgrade operation is unsupported.

This exception indicates that the configuration provided for the upgrade does not meet the expected criteria or format, and will result in a 400 Bad Request.

See Also: