public class ObjectNotFoundException extends AppianException
Constructor and Description |
---|
ObjectNotFoundException(java.lang.Object invalidIdentifier,
ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
ObjectNotFoundException(java.lang.Object invalidIdentifier,
java.lang.Throwable cause,
ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInvalidIdentifier() |
java.lang.String |
toString()
Returns a detailed exception's message representation.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage
public ObjectNotFoundException(java.lang.Object invalidIdentifier, ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public ObjectNotFoundException(java.lang.Object invalidIdentifier, java.lang.Throwable cause, ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public java.lang.Object getInvalidIdentifier()
public java.lang.String toString()
AppianException
AppianException.getMessage()
and the error code
associated with this exception. If the error code is
ErrorCode.GENERIC_ERROR
, no error code information is included.toString
in class AppianException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.