public class DataExtensionMethodCallException
extends java.lang.IllegalStateException
Constructor and Description |
---|
DataExtensionMethodCallException(java.lang.Throwable cause,
java.lang.String pluginName,
MethodWrapper method) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<MethodWrapper> |
getMethod() |
java.lang.String |
getPluginName() |
public DataExtensionMethodCallException(java.lang.Throwable cause, java.lang.String pluginName, MethodWrapper method)
public java.lang.String getPluginName()
public java.util.Optional<MethodWrapper> getMethod()