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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DOperationNotSupportedException.java32 * it would throw OperationNotSupportedException when the bind() method
43 public class OperationNotSupportedException extends NamingException { class in inherits:NamingException
45 * Constructs a new instance of OperationNotSupportedException.
48 public OperationNotSupportedException() { method in class:OperationNotSupportedException
53 * Constructs a new instance of OperationNotSupportedException using an
59 public OperationNotSupportedException(String explanation) { method in class:OperationNotSupportedException

Completed in 38 milliseconds