Searched refs:remainingNewName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCannotProceedException.java78 protected Name remainingNewName = null; field in class:CannotProceedException
187 return remainingNewName;
211 this.remainingNewName = (Name)(newName.clone());
213 this.remainingNewName = null;

Completed in 30 milliseconds