Class SmartcardDriverException
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
br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.SmartcardDriverException
- All Implemented Interfaces:
Serializable
public class SmartcardDriverException extends SmartcardException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SmartcardDriverException(String errorMessage)
-
Method Summary
Modifier and Type Method Description String
getInfo()
FrontEndExceptionInstruction
getRecoverInstruction()
Methods inherited from class br.ufsc.labsec.signature.signer.exceptions.communication.smartcard.SmartcardException
getTitle
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmartcardDriverException
-
-
Method Details
-
getInfo
- Overrides:
getInfo
in classSmartcardException
-
getRecoverInstruction
- Overrides:
getRecoverInstruction
in classSmartcardException
-