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
    • Constructor Summary

      Constructors 
      Constructor Description
      DataExtensionMethodCallException​(java.lang.String message, java.lang.Throwable cause, java.lang.String pluginName, java.lang.String methodName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getMethodName()  
      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.String message,
                                                java.lang.Throwable cause,
                                                java.lang.String pluginName,
                                                java.lang.String methodName)
    • Method Detail

      • getPluginName

        public java.lang.String getPluginName()
      • getMethodName

        public java.util.Optional<java.lang.String> getMethodName()