Module java.base
Package java.lang

Class UnknownError

    • Constructor Detail

      • UnknownError

        public UnknownError()
        Constructs an UnknownError with no detail message.
      • UnknownError

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