Class PathNotFoundException

    • Constructor Detail

      • PathNotFoundException

        public PathNotFoundException​(String s)
        Creates a PathNotFoundException given a message describing the failure cause
        Parameters:
        s - description
      • PathNotFoundException

        public PathNotFoundException​(String s,
                                     Exception e)
        Creates a PathNotFoundException given a message describing the failure cause and a root exception
        Parameters:
        s - description
        e - root failure cause
      • PathNotFoundException

        public PathNotFoundException​(Exception e)
        Creates a PathNotFoundException given a root exception
        Parameters:
        e - root failure cause