Class ProxyPathValidatorException

    • Constructor Detail

      • ProxyPathValidatorException

        public ProxyPathValidatorException​(int errorCode)
        Deprecated.
      • ProxyPathValidatorException

        public ProxyPathValidatorException​(int errorCode,
                                           Throwable root)
        Deprecated.
      • ProxyPathValidatorException

        public ProxyPathValidatorException​(int errorCode,
                                           String msg,
                                           Throwable root)
        Deprecated.
      • ProxyPathValidatorException

        public ProxyPathValidatorException​(int errorCode,
                                           X509Certificate cert,
                                           String msg)
        Deprecated.
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Deprecated.
      • getCertificate

        public X509Certificate getCertificate()
        Deprecated.
        Returns the certificate that was being validated when the exception was thrown.
        Returns:
        the Certificate that was being validated when the exception was thrown (or null if not specified)
      • getDateAsString

        public static String getDateAsString​(Date date)
        Deprecated.