com.teraspaces.qwfix.ordermanager
Class FIXOrderManagerCancelRejectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.teraspaces.qwfix.ordermanager.FIXOrderManagerException
                  extended by com.teraspaces.qwfix.ordermanager.FIXOrderManagerCancelRejectException
All Implemented Interfaces:
Serializable

public class FIXOrderManagerCancelRejectException
extends FIXOrderManagerException

The exception that is thrown when an order modification request is automatically rejected in Order Manager system.

See Also:
Serialized Form

Constructor Summary
FIXOrderManagerCancelRejectException(int cxlRejReason)
          Instantiates a new fIX order manager cancel reject exception.
FIXOrderManagerCancelRejectException(int cxlRejReason, String message)
          Instantiates a new fIX order manager cancel reject exception.
FIXOrderManagerCancelRejectException(int cxlRejReason, String message, Throwable inner)
          Instantiates a new fIX order manager cancel reject exception.
FIXOrderManagerCancelRejectException(int cxlRejReason, Throwable message)
          Instantiates a new fIX order manager cancel reject exception.
 
Method Summary
 int getCxlRejReason()
          Gets the CxlRejReason code.
 
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

FIXOrderManagerCancelRejectException

public FIXOrderManagerCancelRejectException(int cxlRejReason)
Instantiates a new fIX order manager cancel reject exception.

Parameters:
cxlRejReason - the CxlRejReason code

FIXOrderManagerCancelRejectException

public FIXOrderManagerCancelRejectException(int cxlRejReason,
                                            String message)
Instantiates a new fIX order manager cancel reject exception.

Parameters:
cxlRejReason - the CxlRejReason code
message - the message

FIXOrderManagerCancelRejectException

public FIXOrderManagerCancelRejectException(int cxlRejReason,
                                            Throwable message)
Instantiates a new fIX order manager cancel reject exception.

Parameters:
cxlRejReason - the CxlRejReason code
message - the message

FIXOrderManagerCancelRejectException

public FIXOrderManagerCancelRejectException(int cxlRejReason,
                                            String message,
                                            Throwable inner)
Instantiates a new fIX order manager cancel reject exception.

Parameters:
cxlRejReason - the CxlRejReason code
message - the message
inner - the inner exception
Method Detail

getCxlRejReason

public int getCxlRejReason()
Gets the CxlRejReason code.

Returns:
the CxlRejReason code