org.databene.commons
Class ConnectFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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.