java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouperClientExt.org.apache.commons.lang3.exception.CloneFailedException
All Implemented Interfaces:
Serializable

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

    • CloneFailedException

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

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

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