Class CertificationPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.xades.exceptions.CertificationPathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CertificationPolicyException,SignerCertificationPathException
public class CertificationPathException extends PbadException
Esta classe representa uma exceção que ocorreu por um erro
no caminho de certificação
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringNO_SUCH_ALGORITHMstatic StringSIGNING_CERTIFICATE_MISMATCHFields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE -
Constructor Summary
Constructors Constructor Description CertificationPathException(String message)ConstrutorCertificationPathException(String message, Throwable cause)ConstrutorCertificationPathException(Throwable cause)Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCriticalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NO_SUCH_ALGORITHM
- See Also:
- Constant Field Values
-
SIGNING_CERTIFICATE_MISMATCH
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CertificationPathException
Construtor- Parameters:
cause- A exceção que ocorreu
-
CertificationPathException
Construtor- Parameters:
message- A mensagem de erro
-
CertificationPathException
Construtor- Parameters:
message- A mensagem de errocause- A exceção que ocorreu
-