Class A3Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.signer.exceptions.SignerException
br.ufsc.labsec.signature.signer.exceptions.communication.A3Exception
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PscException
,SmartcardException
public class A3Exception extends SignerException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description A3Exception(String errorMessage)
A3Exception(String errorMessage, Exception cause)
-
Method Summary
Modifier and Type Method Description String
getInfo()
FrontEndExceptionInstruction
getRecoverInstruction()
Methods inherited from class br.ufsc.labsec.signature.signer.exceptions.SignerException
getTitle
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
A3Exception
-
A3Exception
-
-
Method Details
-
getRecoverInstruction
- Overrides:
getRecoverInstruction
in classSignerException
-
getInfo
- Overrides:
getInfo
in classSignerException
-