Class ExecutionRejectedException

  • All Implemented Interfaces:
    java.io.Serializable

    @Beta
    public class ExecutionRejectedException
    extends java.lang.Exception
    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:
    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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExecutionRejectedException

        @Beta
        public 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. Compatibility with other features is not guaranteed.