Class AutoscaledProcessDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessDeletedException
- All Implemented Interfaces:
Serializable
ProcessDeletedException
This MIGHT have been valid, but is no longer valid.
The process has been deleted, so cannot be referred to as an existing process.
Note: Only process models with autoscaling mode enabled are compatible with this class.
- See Also:
-
Constructor Summary
ConstructorDescriptionAutoscaledProcessDeletedException
(String modelReference, String processReference) AutoscaledProcessDeletedException
(String modelReference, String processReference, Throwable cause) -
Method Summary
Methods inherited from class com.appiancorp.suiteapi.autoscale.process.exceptions.AutoscaledProcessException
equals, getOccurredTimestamp, hashCode
Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
getCause, getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, getStackTrace, initCause, isDelegateInstanceOf, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toAppianException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed
-
Constructor Details
-
AutoscaledProcessDeletedException
-
AutoscaledProcessDeletedException
-