Class SmartcardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.pbad.ykue_utils.exceptions.SignerException
br.ufsc.labsec.pbad.ykue_psc_core.exceptions.A3Exception
br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.SmartcardException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SmartcardCertificateRecoveryException
,SmartcardClientVersionException
,SmartcardConnectionException
,SmartcardDriverException
,SmartcardIdException
,SmartcardKeystoreException
,SmartcardSigningException
,SmartcardUnrecognizedKeyException
public class SmartcardException
extends br.ufsc.labsec.pbad.ykue_psc_core.exceptions.A3Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SmartcardException(String errorMessage)
SmartcardException(String errorMessage, Exception cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmartcardException
-
SmartcardException
-
-
Method Details
-
getInfo
- Overrides:
getInfo
in classbr.ufsc.labsec.pbad.ykue_psc_core.exceptions.A3Exception
-
getTitle
- Overrides:
getTitle
in classbr.ufsc.labsec.pbad.ykue_psc_core.exceptions.A3Exception
-