Class ProxyPathValidatorException

All Implemented Interfaces:
Serializable

public class ProxyPathValidatorException extends GeneralSecurityException
Deprecated.
See Also:
  • Field Details

  • Constructor Details

    • 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 Details

    • 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.