Class HstSiteMapItemHandlerException

  • All Implemented Interfaces:
    Serializable

    public class HstSiteMapItemHandlerException
    extends RuntimeException
    The HstSiteMapItemHandlerException class defines a general exception that a HstSiteMapItemHandler can throw when it is unable to perform its operation successfully.
    See Also:
    Serialized Form
    • Constructor Detail

      • HstSiteMapItemHandlerException

        public HstSiteMapItemHandlerException()
        Constructs a new HstSiteMapItemHandlerException exception.
      • HstSiteMapItemHandlerException

        public HstSiteMapItemHandlerException​(String message)
        Constructs a new HstSiteMapItemHandlerException exception with the given message.
        Parameters:
        message - the exception message
      • HstSiteMapItemHandlerException

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

        public HstSiteMapItemHandlerException​(String msg,
                                              Throwable nested)
        Constructs a new HstSiteMapItemHandlerException exception with message and nested exception.
        Parameters:
        msg - the exception message
        nested - the nested exception