Class TransmitException

All Implemented Interfaces:
Serializable

public class TransmitException extends RuntimeException
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 Details

    • TransmitException

      public TransmitException(CardException cause)
      Constructor.
      Parameters:
      cause - name says it all