Class ExtCertPathValidatorException

All Implemented Interfaces:
Serializable, ExtException

public class ExtCertPathValidatorException
extends CertPathValidatorException
implements ExtException
See Also:
Serialized Form
  • Constructor Details

    • ExtCertPathValidatorException

      public ExtCertPathValidatorException​(String message, Throwable cause)
    • ExtCertPathValidatorException

      public ExtCertPathValidatorException​(String msg, Throwable cause, CertPath certPath, int index)
  • Method Details

    • getCause

      public Throwable getCause()
      Description copied from class: Throwable
      Returns the cause of this Throwable, or null if there is no cause.
      Specified by:
      getCause in interface ExtException
      Overrides:
      getCause in class Throwable
      Returns:
      The cause of the exception.