WebLogic Messaging API Class Library

MessageException Constructor

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 MessageException(String);

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

public MessageException(String,Exception);

Constructs a MessageException with the specified reason and error code.

public MessageException(String,String,Exception);

See Also

MessageException Class | WebLogic.Messaging Namespace