Package java.lang

Class CloneNotSupportedException

    • Constructor Detail

      • CloneNotSupportedException

        public CloneNotSupportedException()
        Constructs a new CloneNotSupportedException that includes the current stack trace.
      • CloneNotSupportedException

        public CloneNotSupportedException​(String detailMessage)
        Constructs a new CloneNotSupportedException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.