|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
quickfix.RejectLogon
public class RejectLogon
This exception causes a logon to be rejected with a forced logout and immediate disconnect.
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 |
---|
public RejectLogon()
public RejectLogon(java.lang.String msg)
msg
- text to print to session event logpublic RejectLogon(java.lang.String msg, boolean logoutBeforeDisconnect)
msg
- text to print to session event loglogoutBeforeDisconnect
- controls whether a logout is sent
before the disconnect, defaults to true.Method Detail |
---|
public boolean isLogoutBeforeDisconnect()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |