Class NoSuchRegistryException

    • Constructor Detail

      • NoSuchRegistryException

        public NoSuchRegistryException()
        Creates a new instance of NoSuchRegistryException without detail message.
      • NoSuchRegistryException

        public NoSuchRegistryException​(String msg)
        Constructs an instance of NoSuchRegistryException with the specified detail message.
        Parameters:
        msg - the detail message.