Searched refs:PooldException (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java580 new PooldException(
662 Poold.utility.die(CONF_LOG, new PooldException(
998 if (t instanceof PooldException)
1000 ((PooldException)t).getSeverity(),
1016 if (t instanceof PooldException)
1017 System.exit(((PooldException)t)
1045 if (t instanceof PooldException)
1047 ((PooldException)t).getSeverity(),
1087 class PooldException extends Exception { class in inherits:Exception
1103 public PooldException(Strin method in class:PooldException
1112 public PooldException(String message, int exitCode) method in class:PooldException
1120 public PooldException(String message, int exitCode, Severity severity) method in class:PooldException
[all...]
H A DSystemSolver.java293 new PooldException(newDhPath +

Completed in 60 milliseconds