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
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:
-
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
-
UnsupportedUpgradeException
Constructs a newUnsupportedUpgradeException.
-