Class ProcessRequestedException
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.ProcessRequestedException
- All Implemented Interfaces:
Serializable
ProcessRequestedException
This MIGHT become valid soon, but we won't know until the process has finished initialization.
The process has been requested, but not yet started, so cannot yet be referred to as an existing process.
Note: Only process models with autoscaling mode enabled are compatible with this class.
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessRequestedException
(String message) ProcessRequestedException
(String message, 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
-
ProcessRequestedException
public ProcessRequestedException() -
ProcessRequestedException
-
ProcessRequestedException
-