Package java.lang

Class LinkageError

    • Constructor Detail

      • LinkageError

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

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

        public LinkageError​(String detailMessage,
                            Throwable cause)
        Constructs a new LinkageError with the given detail message and cause.
        Parameters:
        detailMessage - The detail message for this error.
        cause - Exception cause.
        Since:
        1.7