[QFJ-259] DoNotSend constructors Created: 18/Oct/07  Updated: 22/Dec/07  Resolved: 22/Dec/07

Status: Closed
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Default
Reporter: Danilo Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

quickfix.DoNotSend should implement all four java.lang.Exception constructors.

DoNotSend();
DoNotSend(String);
DoNotSend(String, Throwable);
DoNotSend(Throwable);



 Comments   
Comment by Steve Bate [ 22/Dec/07 ]

The DoNotSend exception is only used to override the sending of messages in certain scenarios. It is not logged or rethrown to any code that could make use of the exception message text.

Generated at Tue Jul 01 07:55:13 UTC 2025 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.