org.fusesource.process.manager.support.command
Class CommandTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fusesource.process.manager.support.command.CommandFailedException
              extended by org.fusesource.process.manager.support.command.CommandTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class CommandTimeoutException
extends CommandFailedException

See Also:
Serialized Form

Constructor Summary
CommandTimeoutException(Command command)
           
 
Method Summary
 
Methods inherited from class org.fusesource.process.manager.support.command.CommandFailedException
exited, getCommand, getExitCode, getOutput
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandTimeoutException

public CommandTimeoutException(Command command)


Copyright © 2013 Red Hat. All Rights Reserved.