Class PcscException

All Implemented Interfaces:
Serializable

public class PcscException extends CardException
Class providing a more specific exception in case something is wrong.
Author:
gematik
See Also:
  • Constructor Details

    • PcscException

      public PcscException(int code, @Nullable String message)
      Comfort constructor.
      Parameters:
      code - status code
      message - with information about error situation
    • PcscException

      public PcscException(int code, @Nullable String message, @Nullable Throwable cause)
      Comfort constructor.
      Parameters:
      code - status code
      message - with information about error situation
      cause - with information about location causing the error
  • Method Details