org.sonar.api.utils.command
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.command.CommandException
                  extended by org.sonar.api.utils.command.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends CommandException

Unchecked version of TimeoutException

Since:
4.4
See Also:
Serialized Form

Constructor Summary
TimeoutException(Command command, String message, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.sonar.api.utils.command.CommandException
getCommand
 
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

TimeoutException

public TimeoutException(Command command,
                        String message,
                        Throwable throwable)


Copyright © 2009–2015 SonarSource. All rights reserved.