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