Class InvalidUpgradeConfigException

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.InvalidUpgradeConfigException
All Implemented Interfaces:
Serializable

@Evolving public final class InvalidUpgradeConfigException extends NodeUpgradeException
Exception thrown when the configuration supplied for a node upgrade is invalid.

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: