Method | Description | |
---|---|---|
PkixCertPathValidatorException ( ) : System | ||
PkixCertPathValidatorException ( string message ) : System |
Creates a
|
|
PkixCertPathValidatorException ( string message, |
Creates a
|
|
PkixCertPathValidatorException ( string message, |
Creates a
|
public PkixCertPathValidatorException ( ) : System | ||
return | System |
public PkixCertPathValidatorException ( string message ) : System | ||
message | string | the detail message |
return | System |
public PkixCertPathValidatorException ( string message, |
||
message | string | the detail message |
cause | the cause (which is saved for later retrieval by the
/// {@link #getCause getCause()} method). (A null
/// value is permitted, and indicates that the cause is
/// nonexistent or unknown.) |
|
return | System |
public PkixCertPathValidatorException ( string message, |
||
message | string | the detail message (or null if none) |
cause | the cause (or null if none) |
|
certPath | the certification path that was in the process of being /// validated when the error was encountered | |
index | int | the index of the certificate in the certification path that |
return | System |