public class ApplicationNotFoundException extends AppianException
Constructor and Description |
---|
ApplicationNotFoundException(java.lang.Long id)
A constructor for the
ApplicationNotFoundException
which generates an error code message that includes the ID of the
Application which was attempted to be retrieved |
ApplicationNotFoundException(java.lang.Long[] ids)
The default constructor for the
ApplicationNotFoundException
which generates an error code message that includes the IDs of the
Applications which were attempted to be retrieved |
ApplicationNotFoundException(java.lang.String urlIdentifier)
A constructor for the
ApplicationNotFoundException
which generates an error code message that includes the URL identifier of the
Application which was attempted to be retrieved |
Modifier and Type | Method and Description |
---|---|
static ApplicationNotFoundException |
getApplicationNotFoundExceptionByUuid(java.lang.String uuid)
A factory for the
ApplicationNotFoundException
which generates an error code message that includes the UUID identifier of the
Application which was attempted to be retrieved |
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public ApplicationNotFoundException(java.lang.Long id)
ApplicationNotFoundException
which generates an error code message that includes the ID of the
Application which was attempted to be retrievedid
- The application ID that was retrievedpublic ApplicationNotFoundException(java.lang.String urlIdentifier)
ApplicationNotFoundException
which generates an error code message that includes the URL identifier of the
Application which was attempted to be retrievedurlIdentifier
- The application URL identifier that was retrievedpublic ApplicationNotFoundException(java.lang.Long[] ids)
ApplicationNotFoundException
which generates an error code message that includes the IDs of the
Applications which were attempted to be retrievedid
- The application IDs that was retrievedpublic static ApplicationNotFoundException getApplicationNotFoundExceptionByUuid(java.lang.String uuid)
ApplicationNotFoundException
which generates an error code message that includes the UUID identifier of the
Application which was attempted to be retrieveduuid
- The application UUID identifier that was retrievedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.