Class ProxyPathValidatorException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • UNSUPPORTED_EXTENSION

        public static final int UNSUPPORTED_EXTENSION
        Deprecated.
        See Also:
        Constant Field Values
      • PATH_LENGTH_EXCEEDED

        public static final int PATH_LENGTH_EXCEEDED
        Deprecated.
        See Also:
        Constant Field Values
      • LIMITED_PROXY_ERROR

        public static final int LIMITED_PROXY_ERROR
        Deprecated.
        See Also:
        Constant Field Values
      • NO_SIGNING_POLICY_FILE

        public static final int NO_SIGNING_POLICY_FILE
        Deprecated.
        See Also:
        Constant Field Values
      • NO_SIGNING_POLICY

        public static final int NO_SIGNING_POLICY
        Deprecated.
        See Also:
        Constant Field Values
      • SIGNING_POLICY_VIOLATION

        public static final int SIGNING_POLICY_VIOLATION
        Deprecated.
        See Also:
        Constant Field Values
      • cert

        private java.security.cert.X509Certificate cert
        Deprecated.
      • errorCode

        private int errorCode
        Deprecated.
    • 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.