com.teraspaces.qwfix
Class FIXSessionRejectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
FIXSessionRejectException(int rejReason)
           
FIXSessionRejectException(int rejReason, String arg0)
           
FIXSessionRejectException(int rejReason, String arg0, Throwable arg1)
           
FIXSessionRejectException(int rejReason, Throwable arg0)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getRejReason

public int getRejReason()
Gets the reject reason code defined in FIX specification

Returns:
the reject reason code defined in FIX specification