Class ReasonForIndeterminate

java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.validationResult.results.reasons.ValidationResultReason
br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions.ReasonForIndeterminate
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CryptoConstraintsFailureNoPoe, IndeterminateGeneric, NoCertificateChainFound, NoPoe, NoPolicy, NoSignerCertificateFound, OutOfBoundsNoPoe, RevokedCANoPoe, RevokedNoPoe, SignedDataNotFound, TryLater

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

    • ReasonForIndeterminate

      public ReasonForIndeterminate(Reason reason, String message)
    • ReasonForIndeterminate

      public ReasonForIndeterminate(Reason reason, Throwable cause)
    • ReasonForIndeterminate

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