Class ProxyPathValidatorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProxyPathValidatorException
    extends java.security.GeneralSecurityException
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProxyPathValidatorException

        public ProxyPathValidatorException​(int errorCode)
        Deprecated.
      • ProxyPathValidatorException

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

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

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

      • getErrorCode

        public int getErrorCode()
        Deprecated.
      • getCertificate

        public java.security.cert.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 java.lang.String getDateAsString​(java.util.Date date)
        Deprecated.