jdk/src/share/classes/java/security/cert/PKIXCertPathValidatorResult.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   134     public Object clone() {
   134     public Object clone() {
   135         try {
   135         try {
   136             return super.clone();
   136             return super.clone();
   137         } catch (CloneNotSupportedException e) {
   137         } catch (CloneNotSupportedException e) {
   138             /* Cannot happen */
   138             /* Cannot happen */
   139             throw new InternalError(e.toString());
   139             throw new InternalError(e.toString(), e);
   140         }
   140         }
   141     }
   141     }
   142 
   142 
   143     /**
   143     /**
   144      * Return a printable representation of this
   144      * Return a printable representation of this