Class SmartcardConnectionException
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.connection.SmartcardConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SmartcardTimeOutException
public class SmartcardConnectionException extends SmartcardException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SmartcardConnectionException(String errorMessage)
SmartcardConnectionException(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
-
SmartcardConnectionException
-
SmartcardConnectionException
-
-
Method Details
-
getInfo
- Overrides:
getInfo
in classSmartcardException
-
getRecoverInstruction
- Overrides:
getRecoverInstruction
in classSmartcardException
-
getTitle
- Overrides:
getTitle
in classSmartcardException
-