java.lang
Class CloneNotSupportedException

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
               +--java.lang.CloneNotSupportedException

class CloneNotSupportedException
extends Exception

Constructor Summary
public CloneNotSupportedException()
           Default constructor
  
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail

CloneNotSupportedException

public CloneNotSupportedException()