Class IndexableInitializationException

    • Constructor Detail

      • IndexableInitializationException

        public IndexableInitializationException​(String message,
                                                Exception e)
        Constructs a new runtime exception with the specified detail message and cause.

        Note that the detail message associated with cause is not automatically incorporated in this runtime exception's detail message.

        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).