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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java749 if (isOutOfMemory(t))
1240 private static boolean isOutOfMemory(Throwable t) method in class:Utils
1242 boolean isOutOfMemory = false;
1243 while (!isOutOfMemory && (t != null))
1247 isOutOfMemory = true;
1254 isOutOfMemory = msg.contains("Not enough space");
1259 return isOutOfMemory;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java750 if (isOutOfMemory(t))
1241 private static boolean isOutOfMemory(Throwable t) method in class:Utils
1243 boolean isOutOfMemory = false;
1244 while (!isOutOfMemory && (t != null))
1248 isOutOfMemory = true;
1255 isOutOfMemory = msg.contains("Not enough space");
1260 return isOutOfMemory;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java750 if (isOutOfMemory(t))
1241 private static boolean isOutOfMemory(Throwable t) method in class:Utils
1243 boolean isOutOfMemory = false;
1244 while (!isOutOfMemory && (t != null))
1248 isOutOfMemory = true;
1255 isOutOfMemory = msg.contains("Not enough space");
1260 return isOutOfMemory;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java749 if (isOutOfMemory(t))
1240 private static boolean isOutOfMemory(Throwable t) method in class:Utils
1242 boolean isOutOfMemory = false;
1243 while (!isOutOfMemory && (t != null))
1247 isOutOfMemory = true;
1254 isOutOfMemory = msg.contains("Not enough space");
1259 return isOutOfMemory;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java768 if (isOutOfMemory(t))
1146 private static boolean isOutOfMemory(Throwable t) method in class:Utils
1148 boolean isOutOfMemory = false;
1149 while (!isOutOfMemory && (t != null))
1153 isOutOfMemory = true;
1160 isOutOfMemory = msg.contains("Not enough space");
1165 return isOutOfMemory;

Completed in 1247 milliseconds