public class InvalidTaskException extends AppianException
Constructor and Description |
---|
InvalidTaskException()
Deprecated.
Constructs a new exception with
null as its detail message. |
InvalidTaskException(java.lang.String message_)
Deprecated.
Constructs a new exception with the specified detail message.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidTaskException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)public InvalidTaskException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodCopyright © 2003-2024 Appian Corporation. All Rights Reserved.