org.sonar.commons
Class ServerApiEmptyContentException

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

public class ServerApiEmptyContentException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

ServerApiEmptyContentException

public ServerApiEmptyContentException()

ServerApiEmptyContentException

public ServerApiEmptyContentException(java.lang.String s)

ServerApiEmptyContentException

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

ServerApiEmptyContentException

public ServerApiEmptyContentException(java.lang.Throwable throwable)


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