Class InvalidProcessVariableNameException

All Implemented Interfaces:
Serializable

public class InvalidProcessVariableNameException extends AppianException
Exception that is thrown if the user calls a method with a process variable name that does not match any variable in the database. Mostly thrown by methods on ProcessExecutionService.
See Also:
  • Constructor Details

    • InvalidProcessVariableNameException

      public InvalidProcessVariableNameException()
      Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
    • InvalidProcessVariableNameException

      public InvalidProcessVariableNameException(String message_)
      Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
      Parameters:
      message_ - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method