Class InitializationException

    • Constructor Detail

      • InitializationException

        public InitializationException​(String msg)
        Construct an InitializationException with specified detail message.
        Parameters:
        msg - The detail message.
      • InitializationException

        public InitializationException​(String msg,
                                       Throwable t)
        Construct an InitializationException with specified detail message and nested Throwable.
        Parameters:
        msg - The detail message.
        t - the exception or error that caused this exception to be thrown.