Class CloneException
×News: OpenXava 7.7 released - March 9 · Read more
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openxava.util.CloneException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CloneException
public CloneException() -
CloneException
-