Class SmartCardKeyNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gematik.bbriccs.smartcards.exceptions.SmartCardKeyNotFoundException
All Implemented Interfaces:
Serializable

public class SmartCardKeyNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • SmartCardKeyNotFoundException

      public SmartCardKeyNotFoundException(Smartcard smartcard, List<Oid> oids, CryptoSystem cryptoSystem)
    • SmartCardKeyNotFoundException

      public SmartCardKeyNotFoundException(Smartcard smartcard)
    • SmartCardKeyNotFoundException

      public SmartCardKeyNotFoundException(Smartcard smartcard, List<Oid> oids)
    • SmartCardKeyNotFoundException

      public SmartCardKeyNotFoundException(Smartcard smartcard, Oid oid, CryptoSystem crypto)