Module java.base

Class InaccessibleObjectException

    • Constructor Detail

      • InaccessibleObjectException

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

        public InaccessibleObjectException​(String msg)
        Constructs an InaccessibleObjectException with the given detail message.
        Parameters:
        msg - The detail message