Class CertPathValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.cert.path.CertPathValidationException
All Implemented Interfaces:
Serializable

public class CertPathValidationException extends Exception
See Also:
  • Constructor Details

    • CertPathValidationException

      public CertPathValidationException(String msg)
    • CertPathValidationException

      public CertPathValidationException(String msg, Exception cause)
  • Method Details