quickfix
Class RejectLogon

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by quickfix.RejectLogon
All Implemented Interfaces:
java.io.Serializable

public class RejectLogon
extends java.lang.Exception

This exception causes a logon to be rejected with a forced logout and immediate disconnect.

See Also:
Serialized Form

Constructor Summary
RejectLogon()
           
RejectLogon(java.lang.String msg)
           
RejectLogon(java.lang.String msg, boolean logoutBeforeDisconnect)
           
 
Method Summary
 boolean isLogoutBeforeDisconnect()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RejectLogon

public RejectLogon()

RejectLogon

public RejectLogon(java.lang.String msg)
Parameters:
msg - text to print to session event log

RejectLogon

public RejectLogon(java.lang.String msg,
                   boolean logoutBeforeDisconnect)
Parameters:
msg - text to print to session event log
logoutBeforeDisconnect - controls whether a logout is sent before the disconnect, defaults to true.
Method Detail

isLogoutBeforeDisconnect

public boolean isLogoutBeforeDisconnect()