Searched defs:NamingException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DNamingException.java45 * A NamingException instance is not synchronized against concurrent
47 * a single NamingException instance should lock the object.
60 public class NamingException extends Exception { class in inherits:Exception
98 * Contains the original exception that caused this NamingException to
102 * mapped to a subclass of NamingException.
118 * Constructs a new NamingException with an explanation.
125 public NamingException(String explanation) { method in class:NamingException
132 * Constructs a new NamingException.
135 public NamingException() { method in class:NamingException
205 * affect the copy in this NamingException an
[all...]

Completed in 32 milliseconds