Package de.hybris.platform.governor
Class ExecutionRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.governor.ExecutionRejectedException
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public class ExecutionRejectedException extends java.lang.ExceptionThe exception thrown by theResourceGovernorwhen 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionRejectedException(java.lang.String message)PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release.
-