Class ValueResolvingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.runtime.api.exception.MuleException
org.mule.sdk.api.values.ValueResolvingException
All Implemented Interfaces:
Serializable

@MinMuleVersion("4.4") @DoNotEnforceMinMuleVersion public class ValueResolvingException extends org.mule.runtime.api.exception.MuleException
Exception to indicate than an error occurred resolving values
Since:
1.0
See Also:
  • Field Details

  • Constructor Details

    • ValueResolvingException

      public ValueResolvingException(String message, String failureCode)
    • ValueResolvingException

      public ValueResolvingException(String message, String failureCode, Throwable cause)
    • ValueResolvingException

      public ValueResolvingException(org.mule.runtime.api.i18n.I18nMessage message, String failureCode)
    • ValueResolvingException

      public ValueResolvingException(org.mule.runtime.api.i18n.I18nMessage message, String failureCode, Throwable cause)
  • Method Details

    • getFailureCode

      public String getFailureCode()
      Returns:
      The failure code of the error that produced the error