Class CertPathReviewerException

All Implemented Interfaces:
Serializable

public class CertPathReviewerException extends LocalizedException
See Also:
  • Constructor Details

    • CertPathReviewerException

      public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
    • CertPathReviewerException

      public CertPathReviewerException(ErrorBundle errorMessage)
    • CertPathReviewerException

      public CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
    • CertPathReviewerException

      public CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
  • Method Details

    • getCertPath

      public CertPath getCertPath()
    • getIndex

      public int getIndex()