public class DirCacheNameConflictException
extends java.lang.IllegalStateException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
path1 |
private java.lang.String |
path2 |
private static long |
serialVersionUID |
Constructor and Description |
---|
DirCacheNameConflictException(java.lang.String path1,
java.lang.String path2)
Construct an exception for a specific path.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath1()
Get one of the paths that has a conflict
|
java.lang.String |
getPath2()
Get another path that has a conflict
|
private static final long serialVersionUID
private final java.lang.String path1
private final java.lang.String path2