Class EstablishContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gematik.smartcards.pcsc.EstablishContextException
All Implemented Interfaces:
Serializable

public class EstablishContextException extends RuntimeException
Class providing a specific exception in case establishing a context fails.

This is a wrapper for PcscException because method engineTerminals() from class TerminalFactorySpi has to be overwritten, but is not allowed to throw checked exceptions.

Author:
gematik
See Also:
  • Constructor Details

    • EstablishContextException

      public EstablishContextException(PcscException cause)
      Constructor.
      Parameters:
      cause - name says it all