Class DataExtensionMethodCallException

All Implemented Interfaces:
Serializable

public class DataExtensionMethodCallException extends IllegalStateException
Exception that is thrown when a call to a DataExtension method throws an exception.
See Also:
Serialized Form
  • Constructor Details

    • DataExtensionMethodCallException

      public DataExtensionMethodCallException(String message, Throwable cause, String pluginName, String methodName)
  • Method Details

    • getPluginName

      public String getPluginName()
    • getMethodName

      public Optional<String> getMethodName()