Class ComponentInstantiationException

    • Constructor Detail

      • ComponentInstantiationException

        public ComponentInstantiationException()
        Creates a new instance of ComponentInstantiationException without detail message.
      • ComponentInstantiationException

        public ComponentInstantiationException​(String msg)
        Constructs an instance of ComponentInstantiationException with the specified detail message.
        Parameters:
        msg - the detail message.
      • ComponentInstantiationException

        public ComponentInstantiationException​(Throwable cause)
      • ComponentInstantiationException

        public ComponentInstantiationException​(String msg,
                                               Throwable cause)