java.lang
Class CloneNotSupportedException

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

public class CloneNotSupportedException
extends Exception

Signals that an attempt has been made to clone an object that does not want to be cloned.


Constructor Summary
CloneNotSupportedException()
          Constructs an CloneNotSupportedException with no detail message.
CloneNotSupportedException(String s)
          Constructs an CloneNotSupportedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloneNotSupportedException

public CloneNotSupportedException()
Constructs an CloneNotSupportedException with no detail message. A detail message is a String that describes this particular exception.


CloneNotSupportedException

public CloneNotSupportedException(String s)
Constructs an CloneNotSupportedException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message