Home | History | Annotate | Download | only in security

Lines Matching defs:CloneNotSupportedException

1084      * @exception CloneNotSupportedException if this is called
1087 public Object clone() throws CloneNotSupportedException {
1091 throw new CloneNotSupportedException();
1172 * @exception CloneNotSupportedException if this is called on a
1175 public Object clone() throws CloneNotSupportedException {
1187 throw new CloneNotSupportedException();