com.teraspaces.qwfix
Class FIXSessionRejectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teraspaces.qwfix.FIXSessionRejectException
- All Implemented Interfaces:
- Serializable
public class FIXSessionRejectException
- extends RuntimeException
The exception that is thrown when an application defined message handler or Visual Lambda module decides to reject an incoming FIXMessage on session level.
- See Also:
- Serialized Form
|
Method Summary |
int |
getRejReason()
Gets the reject reason code defined in FIX specification |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FIXSessionRejectException
public FIXSessionRejectException(int rejReason)
FIXSessionRejectException
public FIXSessionRejectException(int rejReason,
String arg0)
FIXSessionRejectException
public FIXSessionRejectException(int rejReason,
Throwable arg0)
FIXSessionRejectException
public FIXSessionRejectException(int rejReason,
String arg0,
Throwable arg1)
getRejReason
public int getRejReason()
- Gets the reject reason code defined in FIX specification
- Returns:
- the reject reason code defined in FIX specification