com.github.dakusui.cmd.exceptions
Class CommandTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.dakusui.cmd.exceptions.CommandException
                  extended by com.github.dakusui.cmd.exceptions.CommandTimeoutException
All Implemented Interfaces:
Serializable

public class CommandTimeoutException
extends CommandException

See Also:
Serialized Form

Constructor Summary
CommandTimeoutException()
           
CommandTimeoutException(String msg)
           
CommandTimeoutException(String msg, Throwable t)
           
CommandTimeoutException(Throwable t)
           
 
Method Summary
 
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()

CommandTimeoutException

public CommandTimeoutException(String msg)

CommandTimeoutException

public CommandTimeoutException(Throwable t)

CommandTimeoutException

public CommandTimeoutException(String msg,
                               Throwable t)


Copyright © 2016. All rights reserved.