java.lang
Class CloneNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.CloneNotSupportedException

public class CloneNotSupportedException
extends Exception


Constructor Summary
CloneNotSupportedException()
           
CloneNotSupportedException(String message)
           
CloneNotSupportedException(String message, Throwable cause)
           
CloneNotSupportedException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

CloneNotSupportedException

public CloneNotSupportedException(String message)

CloneNotSupportedException

public CloneNotSupportedException()

CloneNotSupportedException

public CloneNotSupportedException(Throwable cause)

CloneNotSupportedException

public CloneNotSupportedException(String message,
                                  Throwable cause)