WebLogic Messaging API Class Library

MessageNotWriteableException Constructor

Constructs a MessageNotWriteableException with the specified reason and error code.

Overload List

Constructs a MessageNotWriteableException with the specified reason. The error code defaults to null.

public MessageNotWriteableException(String);

Constructs a MessageNotWriteableException with the specified reason and error code.

public MessageNotWriteableException(String,String,Exception);

See Also

MessageNotWriteableException Class | WebLogic.Messaging Namespace