Package java.lang

Class CloneNotSupportedException

    • Constructor Detail

      • CloneNotSupportedException

        public CloneNotSupportedException()
        Constructs a CloneNotSupportedException with no detail message.
      • CloneNotSupportedException

        public CloneNotSupportedException​(String s)
        Constructs a CloneNotSupportedException with the specified detail message.
        Parameters:
        s - the detail message.