HomeSort by relevance Sort by last modified time
    Searched defs:CommandFailedException (Results 1 - 2 of 2) sorted by null

  /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/misc/exception/
CommandFailedException.java 31 public class CommandFailedException extends Exception {
44 public CommandFailedException(String[] command, int result, int expResult) {
52 public CommandFailedException(String[] command, int result) {
57 // CommandFailedException methods
  /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/misc/
ProcessUtil.java 34 import org.opensolaris.os.vp.util.misc.exception.CommandFailedException;
80 * @exception CommandFailedException
85 throws IOException, InterruptedException, CommandFailedException {
89 throw new CommandFailedException(command, result, expResult);
94 throws IOException, InterruptedException, CommandFailedException {
100 throw new CommandFailedException(command, p.exitValue(), expResult);

Completed in 360 milliseconds