Class CloneFailedException

All Implemented Interfaces:
Serializable, Nestable

public class CloneFailedException extends NestableRuntimeException
Exception thrown when a clone cannot be created. In contrast to CloneNotSupportedException this is a RuntimeException.
Since:
2.6
See Also:
  • Constructor Details

    • CloneFailedException

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

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

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