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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DNotContextException.java32 * that the named object be a context. If it is not, NotContextException
49 public class NotContextException extends NamingException { class in inherits:NamingException
51 * Constructs a new instance of NotContextException using an
57 public NotContextException(String explanation) { method in class:NotContextException
62 * Constructs a new instance of NotContextException.
65 public NotContextException() { method in class:NotContextException

Completed in 28 milliseconds