Class MissingErpConfigException

All Implemented Interfaces:
Serializable

public class MissingErpConfigException extends RemoteFunctionException
Thrown when an ERP configuration prevents an action (e.g. workflow not enabled).
See Also:
  • Constructor Details

    • MissingErpConfigException

      @Deprecated public MissingErpConfigException(@Nullable String parameter, @Nonnull RemoteFunctionMessage message)
      Deprecated.
      This module will be discontinued, along with its classes and methods.
      Constructor.
      Parameters:
      parameter - The parameter.
      message - The remote function message.
  • Method Details

    • getParameter

      @Nullable public String getParameter()