Package org.openxava.util
Class CloneException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openxava.util.CloneException
-
- All Implemented Interfaces:
java.io.Serializable
public class CloneException extends java.lang.Exception
Problems cloning.It's not like CloneNotSupportedException that indicate that method clone is not supported. This excepction is thrown when there are problems executing the clone process, although the clone method itself is supported.
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloneException()
CloneException(java.lang.String s)
-