Class DirCacheNameConflictException

    • Constructor Detail

      • DirCacheNameConflictException

        public DirCacheNameConflictException​(String path1,
                                             String path2)
        Construct an exception for a specific path.
        Parameters:
        path1 - one path that conflicts.
        path2 - another path that conflicts.
    • Method Detail

      • getPath1

        public String getPath1()
        Get one of the paths that has a conflict
        Returns:
        one of the paths that has a conflict
      • getPath2

        public String getPath2()
        Get another path that has a conflict
        Returns:
        another path that has a conflict