Class DataStrategyFailedException
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.DataStrategyFailedException
- All Implemented Interfaces:
Serializable
DataStrategyFailedException
EPEx could not convert the given data using this strategy.
Note: Only process models with autoscaling mode enabled are compatible with this class.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataStrategyFailedException
(String message) DataStrategyFailedException
(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
-
DataStrategyFailedException
public DataStrategyFailedException() -
DataStrategyFailedException
-
DataStrategyFailedException
-