public class ActionNotFoundException extends AppianException
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object[] |
errorCodeArguments |
Constructor and Description |
---|
ActionNotFoundException()
Creates a new exception with a default
ErrorCode.INVALID_ACTION code. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getErrorCodeArguments()
Gets the arguments that must be used to render this exception's message
representation.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public ActionNotFoundException()
ErrorCode.INVALID_ACTION
code.public java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.