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