Class InitializationException

    • Constructor Detail

      • InitializationException

        public InitializationException​(LocalizableMessage message)
        Creates a new initialization exception with the provided message.
        Parameters:
        message - The message that explains the problem that occurred.
      • InitializationException

        public InitializationException​(LocalizableMessage message,
                                       Throwable cause)
        Creates a new initialization exception with the provided message and root cause.
        Parameters:
        message - The message that explains the problem that occurred.
        cause - The exception that was caught to trigger this exception.