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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DTimeLimitExceededException.java25 * $Id: TimeLimitExceededException.java,v 1.3 2008/06/25 05:41:46 qcheng Exp $
35 public class TimeLimitExceededException extends UMSException { class in inherits:UMSException
39 public TimeLimitExceededException() { method in class:TimeLimitExceededException
49 public TimeLimitExceededException(String msg) { method in class:TimeLimitExceededException
61 public TimeLimitExceededException(String msg, Throwable t) { method in class:TimeLimitExceededException
H A DDataLayer.java944 throw new TimeLimitExceededException(String.valueOf(timeLimit), e);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DTimeLimitExceededException.java25 * $Id: TimeLimitExceededException.java,v 1.3 2008/06/25 05:41:46 qcheng Exp $
35 public class TimeLimitExceededException extends UMSException { class in inherits:UMSException
39 public TimeLimitExceededException() { method in class:TimeLimitExceededException
49 public TimeLimitExceededException(String msg) { method in class:TimeLimitExceededException
61 public TimeLimitExceededException(String msg, Throwable t) { method in class:TimeLimitExceededException
H A DDataLayer.java944 throw new TimeLimitExceededException(String.valueOf(timeLimit), e);
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java39 import javax.naming.TimeLimitExceededException;
151 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java38 import javax.naming.TimeLimitExceededException;
148 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java38 import javax.naming.TimeLimitExceededException;
148 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java39 import javax.naming.TimeLimitExceededException;
151 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java38 import javax.naming.TimeLimitExceededException;
148 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DServerLoader.java36 import javax.naming.TimeLimitExceededException;
150 new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java80 import com.iplanet.ums.TimeLimitExceededException;
2059 } catch (TimeLimitExceededException tlee) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java80 import com.iplanet.ums.TimeLimitExceededException;
2059 } catch (TimeLimitExceededException tlee) {

Completed in 109 milliseconds