Class CertificationPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.cades.exceptions.CertificationPathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CertificationPolicyException, SignerCertificationPathException
Esta classe representa uma exceção que ocorreu por um erro
no caminho de certificação
- See Also:
-
Field Summary
FieldsFields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE -
Constructor Summary
ConstructorsConstructorDescriptionCertificationPathException(String message) ConstrutorCertificationPathException(String message, Throwable cause) ConstrutorConstrutor -
Method Summary
Methods inherited from class PbadException
isCritical, setCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NO_SUCH_ALGORITHM
- See Also:
-
-
Constructor Details
-
CertificationPathException
Construtor- Parameters:
cause- A exceção que ocorreu
-
CertificationPathException
Construtor- Parameters:
message- A mensagem de erro
-
CertificationPathException
-