Class EPExException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
com.appiancorp.suiteapi.epex.exceptions.EPExException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataStrategyFailedException
,DataTypeStrategyFailedException
,ModelMismatchException
,ModelNotAvailableException
,ModelsNotAvailableException
,PrivilegeException
,ProcessDeletedException
,ProcessRequestedException
EPExException
Root of EPEx API exceptions.
Note: Only process models with autoscaling mode enabled are compatible with this class.
- See Also:
-
Constructor Summary
ConstructorDescriptionEPExException
(ErrorCode errorCode, Object... errorCodeArgs) EPExException
(String message) EPExException
(String message, Throwable cause) EPExException
(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
-
EPExException
public EPExException() -
EPExException
- Parameters:
errorCode
-errorCodeArgs
-
-
EPExException
- Parameters:
cause
-errorCode
-errorCodeArgs
-
-
EPExException
- Parameters:
message
-
-
EPExException
- 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
-