Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ContentSecurityException Constructor

Constructs a ContentSecurityException with no detail message.

Overload List

Constructs a ContentSecurityException with no detail message.

public ContentSecurityException();

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

public ContentSecurityException(Exception,string);

Constructs a ContentSecurityException with a detail message.

public ContentSecurityException(string);

See Also

ContentSecurityException Class | Plumtree.Remote.PRC.Content Namespace