WebLogic Messaging API Class Library

InvalidClientIDException Constructor

Constructs an InvalidClientIDException with the specified reason and error code.

Overload List

Constructs an InvalidClientIDException with the specified reason. The error code defaults to null.

public InvalidClientIDException(String);

Constructs an InvalidClientIDException with the specified reason and error code.

public InvalidClientIDException(String,String,Exception);

See Also

InvalidClientIDException Class | WebLogic.Messaging Namespace