be.fgov.ehealth.etee.crypto.eid.exception
Class NoAvailableSmartCardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.fgov.ehealth.etee.crypto.eid.exception.NoAvailableSmartCardException
All Implemented Interfaces:
java.io.Serializable

public class NoAvailableSmartCardException
extends java.lang.Exception

Exception to throw if no smart card available.

Since:
2.0.0
See Also:
Serialized Form

Constructor Summary
NoAvailableSmartCardException()
           
NoAvailableSmartCardException(java.lang.String message)
           
NoAvailableSmartCardException(java.lang.String message, java.lang.Throwable cause)
           
NoAvailableSmartCardException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoAvailableSmartCardException

public NoAvailableSmartCardException()

NoAvailableSmartCardException

public NoAvailableSmartCardException(java.lang.String message,
                                     java.lang.Throwable cause)
Parameters:
message -
cause -

NoAvailableSmartCardException

public NoAvailableSmartCardException(java.lang.String message)
Parameters:
message -

NoAvailableSmartCardException

public NoAvailableSmartCardException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2019 eHealth. All Rights Reserved.