java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gematik.smartcards.pcsc.TransmitException
- All Implemented Interfaces:
Serializable
Class providing a specific exception in case transmission fails.
This is a wrapper for PcscException because method send(byte[] from interface
Message 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
-
TransmitException
Constructor.- Parameters:
cause- name says it all
-