java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.smartcardio.CardException
de.gematik.smartcards.pcsc.PcscException
- All Implemented Interfaces:
Serializable
Class providing a more specific exception in case something is wrong.
- Author:
- gematik
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPcscException(int code, String message) Comfort constructor.PcscException(int code, String message, Throwable cause) Comfort constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PcscException
Comfort constructor.- Parameters:
code- status codemessage- with information about error situation
-
PcscException
Comfort constructor.- Parameters:
code- status codemessage- with information about error situationcause- with information about location causing the error
-
-
Method Details