com.uwyn.rife.database.exceptions
Class ConnectionOpenErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.database.exceptions.DatabaseException
com.uwyn.rife.database.exceptions.ConnectionOpenErrorException
- All Implemented Interfaces:
- Serializable
public class ConnectionOpenErrorException
- extends DatabaseException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectionOpenErrorException
public ConnectionOpenErrorException(String url,
Throwable cause)
ConnectionOpenErrorException
public ConnectionOpenErrorException(String url,
String user,
String password,
Throwable cause)
getUrl
public String getUrl()
getUser
public String getUser()
getPassword
public String getPassword()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.