Class AutoscaledProcessException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AutoscaledProcessDeletedException
,AutoscaledProcessRequestedException
,DataStrategyFailedException
,DataTypeStrategyFailedException
,ModelMismatchException
,ModelNotAvailableException
,ModelsNotAvailableException
,PrivilegeException
AutoscaledProcessException
Root of Autoscale API exceptions.
Note: Only process models with autoscaling mode enabled are compatible with this class.
- See Also:
-
Constructor Summary
ConstructorDescriptionAutoscaledProcessException
(ErrorCode errorCode, Object... errorCodeArgs) AutoscaledProcessException
(String message) AutoscaledProcessException
(String message, Throwable cause) AutoscaledProcessException
(Throwable cause, ErrorCode errorCode, Object... errorCodeArgs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
At what timestamp did this exception occur?int
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
-
AutoscaledProcessException
public AutoscaledProcessException() -
AutoscaledProcessException
- Parameters:
errorCode
-errorCodeArgs
-
-
AutoscaledProcessException
- Parameters:
cause
-errorCode
-errorCodeArgs
-
-
AutoscaledProcessException
- Parameters:
message
-
-
AutoscaledProcessException
- Parameters:
message
-cause
-
-
-
Method Details
-
getOccurredTimestamp
At what timestamp did this exception occur?- Returns:
-
equals
- Overrides:
equals
in classAppianRuntimeException
- Parameters:
object
-- Returns:
- true if this equals the other object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAppianRuntimeException
- Returns:
- hash code
-