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