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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DTimeLimitExceededException.java46 public class TimeLimitExceededException extends LimitExceededException { class in inherits:LimitExceededException
48 * Constructs a new instance of TimeLimitExceededException.
51 public TimeLimitExceededException() { method in class:TimeLimitExceededException
56 * Constructs a new instance of TimeLimitExceededException
61 public TimeLimitExceededException(String explanation) { method in class:TimeLimitExceededException

Completed in 35 milliseconds