Uiinfrastructure API Docs  
 

UnauthorizedAccessException Class

This exception is typically thrown by the MVCController class. There are 3 kinds of security-related checks inside the MVCController:
1. Secure activity space check in relation to security mode 1
2. User\u2019s basic access right check whether he/she has the privilege to access the AS
3. Individual control\u2019s action security check
Hence, an UnauthorizedAccessException can be thrown due to either of the above.

For a list of all members of this type, see UnauthorizedAccessException Members.

System.Object
   System.Exception
      com.plumtree.openfoundation.util.XPException
         com.plumtree.uiinfrastructure.interpreter.InterpreterException
            com.plumtree.uiinfrastructure.interpreter.UnauthorizedAccessException

public class UnauthorizedAccessException : InterpreterException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

UnauthorizedAccessException Members | com.plumtree.uiinfrastructure.interpreter Namespace