Package com.btobits.fixengine.exceptions
Class FIXMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.btobits.fixengine.exceptions.FIXMessageException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FIXMessageException
public FIXMessageException(int reason, int tagID)
-
-
Method Details
-
getReason
public int getReason() -
getTagID
public int getTagID() -
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-