Module de.gematik.smartcards.pcsc
Package de.gematik.smartcards.pcsc
Class EstablishContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gematik.smartcards.pcsc.EstablishContextException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EstablishContextException
Constructor.- Parameters:
cause- name says it all
-