public class InvalidActivityException extends InvalidTaskException
Constructor and Description |
---|
InvalidActivityException()
Constructs a new exception with
null as its detail message. |
InvalidActivityException(java.lang.String message_)
Constructs a new exception with the specified detail message.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidActivityException()
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 InvalidActivityException(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.