Class SmartcardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.signer.exceptions.SignerException
br.ufsc.labsec.signature.signer.exceptions.communication.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 A3Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SmartcardException(String errorMessage)
SmartcardException(String errorMessage, Exception cause)
-
Method Summary
Modifier and Type Method Description String
getInfo()
FrontEndExceptionInstruction
getRecoverInstruction()
String
getTitle()
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 classA3Exception
-
getTitle
- Overrides:
getTitle
in classSignerException
-
getRecoverInstruction
- Overrides:
getRecoverInstruction
in classA3Exception
-