public class InsecureClientEnvironmentException extends Exception
| Constructor and Description |
|---|
InsecureClientEnvironmentException()
Default constructor.
|
InsecureClientEnvironmentException(boolean warnOnly)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWarnOnly()
If set the eID Applet will only give a warning on case the server-side
marks the client environment as being insecure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InsecureClientEnvironmentException()
public InsecureClientEnvironmentException(boolean warnOnly)
warnOnly - only makes that the citizen is warned about a possible
insecure enviroment.public boolean isWarnOnly()
true if the applet should only give a warning,
false otherwise.Copyright © 2008-2018 FedICT. All Rights Reserved.