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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DLimitExceededException.java35 * LimitExceededException is due to a user/system specified limit.
51 public class LimitExceededException extends NamingException { class in inherits:NamingException
53 * Constructs a new instance of LimitExceededException with
56 public LimitExceededException() { method in class:LimitExceededException
61 * Constructs a new instance of LimitExceededException using an
66 public LimitExceededException(String explanation) { method in class:LimitExceededException

Completed in 22 milliseconds