Class CardNotFoundException

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

public class CardNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • CardNotFoundException

      public CardNotFoundException(String iccsn)
    • CardNotFoundException

      public CardNotFoundException(SmartcardType type, String iccsn)
    • CardNotFoundException

      public CardNotFoundException(Class<T> type, String iccsn)
    • CardNotFoundException

      public CardNotFoundException(String message, Throwable cause)