public class AppianPrivilegeNotFoundException extends AppianRuntimeException
AppianPrivilegeNotFoundException
acts as a wrapper around an equivalent
AppianPrivelegeException
. Used as a marker for specialized error handling for SAIL interfaces.AppianRuntimeException
,
Serialized FormConstructor and Description |
---|
AppianPrivilegeNotFoundException(ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
AppianPrivilegeNotFoundException(java.lang.Throwable cause,
ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
equals, getCause, getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, getStackTrace, hashCode, initCause, isDelegateInstanceOf, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toAppianException, toString
public AppianPrivilegeNotFoundException(ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public AppianPrivilegeNotFoundException(java.lang.Throwable cause, ErrorCode errorCode, java.lang.Object... errorCodeArgs)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.