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
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUpgradeConfigException
Constructs a newInvalidUpgradeConfigException.
-