be.fedict.eid.applet.service.spi
Class InsecureClientEnvironmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.fedict.eid.applet.service.spi.InsecureClientEnvironmentException
All Implemented Interfaces:
Serializable

public class InsecureClientEnvironmentException
extends Exception

Insecure Client Environment Exception.

Author:
Frank Cornelis
See Also:
Serialized Form

Constructor Summary
InsecureClientEnvironmentException()
          Default constructor.
InsecureClientEnvironmentException(boolean warnOnly)
          Main constructor.
 
Method Summary
 boolean isWarnOnly()
          If set the eID Applet will only give a warning on case the server-side marks the client environment as being insecure.
 
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

InsecureClientEnvironmentException

public InsecureClientEnvironmentException()
Default constructor.


InsecureClientEnvironmentException

public InsecureClientEnvironmentException(boolean warnOnly)
Main constructor.

Parameters:
warnOnly - only makes that the citizen is warned about a possible insecure enviroment.
Method Detail

isWarnOnly

public boolean isWarnOnly()
If set the eID Applet will only give a warning on case the server-side marks the client environment as being insecure. Else the eID Applet will abort the requested eID operation.

Returns:


Copyright © 2008-2009 FedICT. All Rights Reserved.