org.melati.poem.dbms
Class ConnectionFailurePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.dbms.ConnectionFailurePoemException
- All Implemented Interfaces:
- Serializable
public class ConnectionFailurePoemException
- extends NormalPoemException
Thrown if there is a problem connecting to the underlying database.
- See Also:
- Serialized Form
ConnectionFailurePoemException
public ConnectionFailurePoemException(Exception e)
- Constructor.
- Parameters:
e
- an exception thrown by the jdbc driver or us
getMessage
public String getMessage()
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
SQLPoemException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.