Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

PermissionDeniedException Constructor

Constructs a PermissionDeniedException with no detail message.

Overload List

Constructs a PermissionDeniedException with no detail message.

public PermissionDeniedException();

Constructs a PermissionDeniedException with a nested exception and a detail message.

public PermissionDeniedException(Exception,string);

Constructs a PermissionDeniedException with a detail message.

public PermissionDeniedException(string);

See Also

PermissionDeniedException Class | Plumtree.Remote.PRC.Collaboration Namespace