Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ContentException Constructor

Constructs a ContentException with no detail message.

Overload List

Constructs a ContentException with no detail message.

public ContentException();

Constructs a ContentException with a nested exception.

public ContentException(Exception);

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

public ContentException(Exception,string);

Constructs a ContentException with a detail message.

public ContentException(string);

See Also

ContentException Class | Plumtree.Remote.PRC.Content Namespace