Package java.lang

Class UnknownError

    • Constructor Detail

      • UnknownError

        public UnknownError()
        Constructs a new UnknownError that includes the current stack trace.
      • UnknownError

        public UnknownError​(String detailMessage)
        Constructs a new UnknownError with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.