Class ProcessDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
com.appiancorp.suiteapi.epex.exceptions.EPExException
com.appiancorp.suiteapi.epex.exceptions.ProcessDeletedException
- 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
ConstructorDescriptionProcessDeletedException
(String modelReference, String processReference) ProcessDeletedException
(String modelReference, String processReference, Throwable cause) -
Method Summary
Methods inherited from class com.appiancorp.suiteapi.epex.exceptions.EPExException
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
-
ProcessDeletedException
-
ProcessDeletedException
-