Class ManagedFunctionEscalation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getManagedFunctionName()
      Obtains the name of the ManagedFunction.
      • 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

      • ManagedFunctionEscalation

        public ManagedFunctionEscalation​(java.lang.String managedFunctionName)
        Initiate.
        Parameters:
        managedFunctionName - Name of the ManagedFunction.
      • ManagedFunctionEscalation

        public ManagedFunctionEscalation​(java.lang.String managedFunctionName,
                                         java.lang.Throwable cause)
        Allows for a cause of the Escalation.
        Parameters:
        managedFunctionName - Name of the ManagedFunction.
        cause - Cause of the Escalation.
    • Method Detail

      • getManagedFunctionName

        public java.lang.String getManagedFunctionName()
        Obtains the name of the ManagedFunction.
        Returns:
        Name of the ManagedFunction.