Class IntrospectionError

    • Constructor Detail

      • IntrospectionError

        public IntrospectionError​(String message)
        Creates a new IntrospectionError.
        Parameters:
        message - the detail message.
      • IntrospectionError

        public IntrospectionError​(String message,
                                  Throwable cause)
        Creates a new IntrospectionError.
        Parameters:
        message - the detail message.
        cause - the original cause.