Package de.hybris.platform.governor
Class ExecutionRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.governor.ExecutionRejectedException
- All Implemented Interfaces:
Serializable
The exception thrown by the
ResourceGovernor when it decides that the operation cannot be executed.
PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with
other features is not guaranteed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionRejectedException(String message) PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionRejectedException
PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed.
-