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

public abstract class ReasonForTotalFailed extends ValidationResultReason
See Also:
  • Constructor Details

    • ReasonForTotalFailed

      public ReasonForTotalFailed(Reason reason, String message)
    • ReasonForTotalFailed

      public ReasonForTotalFailed(Reason reason, Throwable cause)
    • ReasonForTotalFailed

      public ReasonForTotalFailed(Reason reason, String message, Throwable cause)