Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

NameAlreadyInUseException Constructor

Constructs a NameAlreadyInUseException with no detail message.

Overload List

Constructs a NameAlreadyInUseException with no detail message.

public NameAlreadyInUseException();

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

public NameAlreadyInUseException(Exception,string);

Constructs a NameAlreadyInUseException with a detail message.

public NameAlreadyInUseException(string);

See Also

NameAlreadyInUseException Class | Plumtree.Remote.PRC.Content Namespace