Class DataExtensionMethodCallException

  • All Implemented Interfaces:
    java.io.Serializable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<MethodWrapper<?>> getMethod()  
      java.lang.String getPluginName()  
      • 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

      • DataExtensionMethodCallException

        public DataExtensionMethodCallException​(java.lang.Throwable cause,
                                                java.lang.String pluginName,
                                                MethodWrapper<?> method)
    • Method Detail

      • getPluginName

        public java.lang.String getPluginName()
      • getMethod

        public java.util.Optional<MethodWrapper<?>> getMethod()