public class RejectLogon extends Exception
| Constructor and Description |
|---|
RejectLogon() |
RejectLogon(String msg) |
RejectLogon(String msg,
boolean logoutBeforeDisconnect,
int sessionStatus) |
RejectLogon(String msg,
int sessionStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSessionStatus() |
boolean |
isLogoutBeforeDisconnect() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RejectLogon()
public RejectLogon(String msg)
msg - text to print to session event logpublic RejectLogon(String msg, int sessionStatus)
msg - text to print to session event logpublic RejectLogon(String msg, boolean logoutBeforeDisconnect, int sessionStatus)
msg - text to print to session event loglogoutBeforeDisconnect - controls whether a logout is sentsessionStatus - can be used to supply a SessionStatus value
before the disconnect, defaults to true.Copyright © 2016. All rights reserved.