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

public class CloneException extends 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:
  • Constructor Details

    • CloneException

      public CloneException()
    • CloneException

      public CloneException(String s)