org.databene.commons
Class ConnectFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.databene.commons.ConnectFailedException
All Implemented Interfaces:
java.io.Serializable

public class ConnectFailedException
extends java.lang.Exception

Indicates a failure in establishing a connection.

Created at 03.05.2008 09:27:34

Since:
0.4.3
Author:
Volker Bergmann
See Also:
Serialized Form

Constructor Summary
ConnectFailedException()
           
ConnectFailedException(java.lang.String message)
           
ConnectFailedException(java.lang.String message, java.lang.Throwable cause)
           
ConnectFailedException(java.lang.Throwable cause)
           
 
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

ConnectFailedException

public ConnectFailedException()

ConnectFailedException

public ConnectFailedException(java.lang.String message,
                              java.lang.Throwable cause)

ConnectFailedException

public ConnectFailedException(java.lang.String message)

ConnectFailedException

public ConnectFailedException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.