WebLogic Messaging API Class Library

MessageException\xA0Constructor

Constructs a MessageException with the specified reason and error code.

Overload List

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public\xA0MessageException(String);

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public\xA0MessageException(String,Exception);

Constructs a MessageException with the specified reason and error code.

public\xA0MessageException(String,String,Exception);

See Also

MessageException Class | WebLogic.Messaging Namespace