Searched refs:TimeLimitExceededException (Results 1 - 2 of 2) 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
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java3143 e = new TimeLimitExceededException(message);

Completed in 994 milliseconds