KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > CertPathValidatorException

java.security.cert
Class CertPathValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.cert.CertPathValidatorException
All Implemented Interfaces:
Serializable
See Also:
Source Code, getIndex, getCertPath, getCause, CertPathValidator

public CertPathValidatorException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertPathValidatorException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertPathValidatorException(String msg,
                                  Throwable cause)
See Also:
getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertPathValidatorException(String msg,
                                  Throwable cause,
                                  CertPath certPath,
                                  int index)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertPathValidatorException(Throwable cause)
See Also:
getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CertPath getCertPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIndex()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags