Class UpgradeFailedException
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.UpgradeFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when a node upgrade fails.
This exception indicates that the upgrade process has failed, and will result in a 500 Internal Server Error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newUpgradeFailedException.UpgradeFailedException(Exception cause) Constructs a newUpgradeFailedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpgradeFailedException
Constructs a newUpgradeFailedException. -
UpgradeFailedException
Constructs a newUpgradeFailedException.- Parameters:
cause- the cause of the upgrade failure.
-