Class AppianPrivilegeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
com.appiancorp.suiteapi.common.exceptions.AppianPrivilegeNotFoundException
- All Implemented Interfaces:
Serializable
AppianPrivilegeNotFoundException
acts as a wrapper around an equivalent
AppianPrivelegeException
. Used as a marker for specialized error handling for SAIL interfaces.- See Also:
-
Constructor Summary
ConstructorDescriptionAppianPrivilegeNotFoundException
(ErrorCode errorCode, Object... errorCodeArgs) AppianPrivilegeNotFoundException
(Throwable cause, ErrorCode errorCode, Object... errorCodeArgs) -
Method Summary
Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException
equals, getCause, getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, getStackTrace, hashCode, initCause, isDelegateInstanceOf, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toAppianException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed
-
Constructor Details
-
AppianPrivilegeNotFoundException
-
AppianPrivilegeNotFoundException
-