Class AppianPrivilegeNotFoundException

All Implemented Interfaces:
Serializable

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.
See Also:
  • Constructor Details

    • AppianPrivilegeNotFoundException

      public AppianPrivilegeNotFoundException(ErrorCode errorCode, Object... errorCodeArgs)
    • AppianPrivilegeNotFoundException

      public AppianPrivilegeNotFoundException(Throwable cause, ErrorCode errorCode, Object... errorCodeArgs)