Class HstComponentException

    • Constructor Detail

      • HstComponentException

        public HstComponentException()
        Constructs a new HstComponent exception.
      • HstComponentException

        public HstComponentException​(String message)
        Constructs a new HstComponent exception with the given message. The HstComponent container may use the message write it to a log.
        Parameters:
        message - the exception message
      • HstComponentException

        public HstComponentException​(Throwable nested)
        Constructs a new HstComponent exception with the nested exception.
        Parameters:
        nested - the nested exception
      • HstComponentException

        public HstComponentException​(String msg,
                                     Throwable nested)
        Constructs a new HstComponent exception when the HstComponent needs to do the following:
        • throw an exception
        • include the "nested" exception
        • include a description message
        Parameters:
        msg - the exception message
        nested - the nested exception