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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DInterruptedNamingException.java33 * InterruptedNamingException. Whether an operation is interruptible
52 public class InterruptedNamingException extends NamingException { class in inherits:NamingException
54 * Constructs an instance of InterruptedNamingException using an
60 public InterruptedNamingException(String explanation) { method in class:InterruptedNamingException
65 * Constructs an instance of InterruptedNamingException with
68 public InterruptedNamingException() { method in class:InterruptedNamingException

Completed in 92 milliseconds