Package 

Class CloneFailedException

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CloneFailedException

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

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

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