|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
biz.onixs.fix.parser.exception.ParserException
biz.onixs.fix.parser.exception.IncorrectCheckSumException
public class IncorrectCheckSumException
Field Summary |
---|
Fields inherited from class biz.onixs.fix.parser.exception.ParserException |
---|
message_, OTHER_REJECT_REASON |
Constructor Summary | |
---|---|
IncorrectCheckSumException(String declaredCheckSum,
String realCheckSum,
biz.onixs.util.ByteBuffer rawMsg)
|
Method Summary |
---|
Methods inherited from class biz.onixs.fix.parser.exception.ParserException |
---|
addSeparatorIfRequired, findMsgType, findSeqNum, formatMessage, formatReason, getMessage, getRefMsgType, getRefSeqNum, getRefTagID, getRejectReason |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncorrectCheckSumException(String declaredCheckSum, String realCheckSum, biz.onixs.util.ByteBuffer rawMsg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |