Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

AccessDeniedException Class

Thrown when the user does not have access to the requested resource. Returned to the portal as a string containing a status code (and error message if provided) instead of as a SOAP Fault. The resource is not removed from the portal when this exception is thrown.

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

System.Object
   System.Exception
      Plumtree.Remote.ServiceException
         Plumtree.Remote.AccessDeniedException

public class AccessDeniedException : ServiceException

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: Plumtree.Remote

Assembly: idk (in idk.dll)

See Also

AccessDeniedException Members | Plumtree.Remote Namespace