public class UnavailableApplicationException extends AppianException
https://wiki.appian.com/index.php/Applications_Framework_Design#Locking_an_object
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected ErrorCode |
errorCode |
protected java.lang.Object[] |
errorCodeArguments |
Constructor and Description |
---|
UnavailableApplicationException(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode()
Gets the error code associated with this exception.
|
java.lang.Object[] |
getErrorCodeArguments()
Gets the arguments that must be used to render this exception's message
representation.
|
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
protected ErrorCode errorCode
protected java.lang.Object[] errorCodeArguments
public UnavailableApplicationException(java.lang.Long id)
public java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.