Class ApplicationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.suiteapi.applications.ApplicationNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown by the Service whenever an Application ID does not match
any object stored in the database
- See Also:
-
Constructor Summary
ConstructorDescriptionA constructor for theApplicationNotFoundException
which generates an error code message that includes the ID of the Application which was attempted to be retrievedApplicationNotFoundException
(Long[] ids) The default constructor for theApplicationNotFoundException
which generates an error code message that includes the IDs of the Applications which were attempted to be retrievedApplicationNotFoundException
(String urlIdentifier) A constructor for theApplicationNotFoundException
which generates an error code message that includes the URL identifier of the Application which was attempted to be retrieved -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationNotFoundException
A factory for theApplicationNotFoundException
which generates an error code message that includes the UUID identifier of the Application which was attempted to be retrievedMethods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianException
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApplicationNotFoundException
A constructor for theApplicationNotFoundException
which generates an error code message that includes the ID of the Application which was attempted to be retrieved- Parameters:
id
- The application ID that was retrieved
-
ApplicationNotFoundException
A constructor for theApplicationNotFoundException
which generates an error code message that includes the URL identifier of the Application which was attempted to be retrieved- Parameters:
urlIdentifier
- The application URL identifier that was retrieved
-
ApplicationNotFoundException
The default constructor for theApplicationNotFoundException
which generates an error code message that includes the IDs of the Applications which were attempted to be retrieved- Parameters:
id
- The application IDs that was retrieved
-
-
Method Details
-
getApplicationNotFoundExceptionByUuid
A factory for theApplicationNotFoundException
which generates an error code message that includes the UUID identifier of the Application which was attempted to be retrieved- Parameters:
uuid
- The application UUID identifier that was retrieved
-