org.sonar.commons
Class ServerConnectionException

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

public class ServerConnectionException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

ServerConnectionException

public ServerConnectionException()

ServerConnectionException

public ServerConnectionException(java.lang.String s)

ServerConnectionException

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

ServerConnectionException

public ServerConnectionException(java.lang.Throwable throwable)


Copyright © 2009 SonarSource SA. All Rights Reserved.