Class InstantiationException

    • Constructor Detail

      • InstantiationException

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

        public InstantiationException​(String msg,
                                      Throwable t)
        Construct an InstantiatioException with specified detail message and nested Throwable.
        Parameters:
        msg - The detail message.
        t - the root exception.