Class ReasonForTotalFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.validationResult.results.reasons.ValidationResultReason
br.ufsc.labsec.validationResult.exceptions.invalidExceptions.ReasonForTotalFailed
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChainConstraintsFailure, CryptoConstraintsFailure, Expired, FormatFailure, HashFailure, InvalidGeneric, NotYetValid, PolicyProcessingError, Revoked, SigConstraintsFailure, SigCryptoFailure, TimestampOrderFailure, UnknownCommitmentType
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReasonForTotalFailed(Reason reason, String message) ReasonForTotalFailed(Reason reason, String message, Throwable cause) ReasonForTotalFailed(Reason reason, Throwable cause) -
Method Summary
Methods inherited from class ValidationResultReason
assertReason, getReason, is, isIn, isReasonForIndeterminate, isReasonForTotalFailed, isRevokedReason, isValidationNotPossible, result, setValidationNotPossibleMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReasonForTotalFailed
-
ReasonForTotalFailed
-
ReasonForTotalFailed
-