CloneNotSupportedException.CloneNotSupportedException
Class Overview | Class Members |
This Package |
All Packages
public CloneNotSupportedException()
Description
Constructs a CloneNotSupportedException with no
detail message.
public CloneNotSupportedException( String s )
Parameters
- s
- the detail message.
Description
Constructs a CloneNotSupportedException with the
specified detail message.