org.sonar.commons
Class ServerApiLaunchBatchFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.commons.ServerApiLaunchBatchFailureException
All Implemented Interfaces:
java.io.Serializable

public class ServerApiLaunchBatchFailureException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ServerApiLaunchBatchFailureException()
           
ServerApiLaunchBatchFailureException(java.lang.String s)
           
ServerApiLaunchBatchFailureException(java.lang.String s, java.lang.Throwable throwable)
           
ServerApiLaunchBatchFailureException(java.lang.Throwable throwable)
           
 
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

ServerApiLaunchBatchFailureException

public ServerApiLaunchBatchFailureException()

ServerApiLaunchBatchFailureException

public ServerApiLaunchBatchFailureException(java.lang.String s)

ServerApiLaunchBatchFailureException

public ServerApiLaunchBatchFailureException(java.lang.String s,
                                            java.lang.Throwable throwable)

ServerApiLaunchBatchFailureException

public ServerApiLaunchBatchFailureException(java.lang.Throwable throwable)


Copyright © 2008-2009 SonarSource SA. All Rights Reserved.