Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ProtocolNotSupportedException Constructor

Constructs a ProtocolNotSupportedException with no detail message.

Overload List

Constructs a ProtocolNotSupportedException with no detail message.

public ProtocolNotSupportedException();

Constructs a ProtocolNotSupportedException with a detail message. The detail message.

public ProtocolNotSupportedException(string);

Constructs a ProtocolNotSupportedException with a detail message. The cause of the exception.

public ProtocolNotSupportedException(string,Exception);

See Also

ProtocolNotSupportedException Class | Bea.Alui.Proxy Namespace