Class SignerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.signer.exceptions.SignerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
A3Exception
,AlgorithmNotSupportedException
,AttributeCreationException
,FileException
,PolicyException
,UserCertificateException
,UserCertificatePathException
,UserKeystoreException
,UserKeystorePinException
public class SignerException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SignerException(String message)
SignerException(String message, Exception e)
-
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
-
SignerException
-
SignerException
-
-
Method Details
-
getInfo
-
getTitle
-
getRecoverInstruction
-