public class LogonException extends Exception
| Constructor and Description |
|---|
LogonException(String code)
Constructs a logon exception with the supplied logon failure code.
|
LogonException(String code,
boolean stillInProgress)
Constructs a logon exception with the supplied logon failure code.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStillInProgress()
Returns true if this exception is reporting an intermediate status
rather than total logon failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogonException(String code)
public LogonException(String code, boolean stillInProgress)
stillInProgress - indicates that the logon attempt has not totally
failed, rather we are still trying but want to report that our initial
attempt did not work and that we're falling back to alternative methods.public boolean isStillInProgress()
Client.logon() as the current attempt is
still in progress.Copyright © 2015. All rights reserved.