Class ComponentNotFoundException

    • Constructor Detail

      • ComponentNotFoundException

        public ComponentNotFoundException()
        No-Arg Constructor
      • ComponentNotFoundException

        public ComponentNotFoundException​(String message)
        Construct an instance with the message specified.
        Parameters:
        message - A message describing the exception
      • ComponentNotFoundException

        public ComponentNotFoundException​(Throwable e,
                                          String message)
        Construct an instance from a message and an exception to chain to this one.
        Parameters:
        e - An exception to nest within this one
        message - A message describing the exception
      • ComponentNotFoundException

        public ComponentNotFoundException​(BundleUtil.Event code,
                                          Throwable e,
                                          String message)
        Construct an instance from a message and a code and an exception to chain to this one.
        Parameters:
        e - An exception to nest within this one
        message - A message describing the exception
        code - A code denoting the exception