Class CloneFailedException

  • All Implemented Interfaces:
    java.io.Serializable, Nestable

    @Deprecated(since="2021-04-30")
    public class CloneFailedException
    extends NestableRuntimeException
    Deprecated.
    Commons Lang 2 is in maintenance mode. Commons Lang 3 should be used instead.
    Exception thrown when a clone cannot be created. In contrast to CloneNotSupportedException this is a RuntimeException.
    Since:
    2.6
    See Also:
    Serialized Form
    • Constructor Detail

      • CloneFailedException

        public CloneFailedException​(java.lang.String message)
        Deprecated.
        Constructs a CloneFailedException.
        Parameters:
        message - description of the exception
        Since:
        upcoming
      • CloneFailedException

        public CloneFailedException​(java.lang.Throwable cause)
        Deprecated.
        Constructs a CloneFailedException.
        Parameters:
        cause - cause of the exception
        Since:
        upcoming
      • CloneFailedException

        public CloneFailedException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Deprecated.
        Constructs a CloneFailedException.
        Parameters:
        message - description of the exception
        cause - cause of the exception
        Since:
        upcoming