jdk/src/share/classes/sun/rmi/transport/LiveRef.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   109     public Object clone() {
   109     public Object clone() {
   110         try {
   110         try {
   111             LiveRef newRef = (LiveRef) super.clone();
   111             LiveRef newRef = (LiveRef) super.clone();
   112             return newRef;
   112             return newRef;
   113         } catch (CloneNotSupportedException e) {
   113         } catch (CloneNotSupportedException e) {
   114             throw new InternalError(e.toString());
   114             throw new InternalError(e.toString(), e);
   115         }
   115         }
   116     }
   116     }
   117 
   117 
   118     /**
   118     /**
   119      * Return the port number associated with this ref.
   119      * Return the port number associated with this ref.