org.sonar.api.database
Class JndiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.database.JndiException
All Implemented Interfaces:
java.io.Serializable

public class JndiException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

JndiException

public JndiException()

JndiException

public JndiException(java.lang.String s)

JndiException

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

JndiException

public JndiException(java.lang.Throwable throwable)


Copyright © 2009 SonarSource SA. All Rights Reserved.