jdk/src/share/classes/java/security/cert/CertPathValidatorException.java
changeset 4512 b3ed7ecf8f55
parent 1569 54e1de48703e
child 5506 202f599c92aa
equal deleted inserted replaced
4511:ae1aa33f5de4 4512:b3ed7ecf8f55
   214     }
   214     }
   215 
   215 
   216     /**
   216     /**
   217      * Returns the reason that the validation failed. The reason is
   217      * Returns the reason that the validation failed. The reason is
   218      * associated with the index of the certificate returned by
   218      * associated with the index of the certificate returned by
   219      * {@link getIndex}.
   219      * {@link #getIndex}.
   220      *
   220      *
   221      * @return the reason that the validation failed, or
   221      * @return the reason that the validation failed, or
   222      *    <code>BasicReason.UNSPECIFIED</code> if a reason has not been
   222      *    <code>BasicReason.UNSPECIFIED</code> if a reason has not been
   223      *    specified
   223      *    specified
   224      *
   224      *