com.btobits.fixengine.exceptions
Class FIXMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.btobits.fixengine.exceptions.FIXMessageException
All Implemented Interfaces:
Serializable

public class FIXMessageException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FIXMessageException(int reason, int tagID)
           
 
Method Summary
 String getMessage()
           
 int getReason()
           
 int getTagID()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIXMessageException

public FIXMessageException(int reason,
                           int tagID)
Method Detail

getReason

public int getReason()

getTagID

public int getTagID()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.