[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(); |
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. |