biz.onixs.fix.parser.exception
Class IncorrectCheckSumException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.onixs.fix.parser.exception.ParserException
                  extended by biz.onixs.fix.parser.exception.IncorrectCheckSumException
All Implemented Interfaces:
Serializable

public class IncorrectCheckSumException
extends ParserException

See Also:
Serialized Form

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

IncorrectCheckSumException

public IncorrectCheckSumException(String declaredCheckSum,
                                  String realCheckSum,
                                  biz.onixs.util.ByteBuffer rawMsg)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.