Module jdk.attach

Class AttachNotSupportedException

    • Constructor Detail

      • AttachNotSupportedException

        public AttachNotSupportedException​()
        Constructs an AttachNotSupportedException with no detail message.
      • AttachNotSupportedException

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