Class InvalidTaskException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidActivityException, InvalidExpressionGroupException

public class InvalidTaskException extends AppianException
Deprecated.
use InvalidActivityException
This exception is thrown if the user calls an API method that acts on a task (or task Id) and that task does not exist in the database.
See Also:
  • Constructor Details

    • InvalidTaskException

      public InvalidTaskException()
      Deprecated.
      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)
    • InvalidTaskException

      public InvalidTaskException(String message_)
      Deprecated.
      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