org.melati.poem
Class ExecutingSQLSeriousPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.SQLSeriousPoemException
org.melati.poem.ExecutingSQLSeriousPoemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SimplePrepareFailedPoemException, StructuralModificationFailedPoemException
public class ExecutingSQLSeriousPoemException
- extends SQLSeriousPoemException
Thrown when there is a problem exceuting an SQL command and it really
matters.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
ExecutingSQLSeriousPoemException
public ExecutingSQLSeriousPoemException(String sql,
SQLException e)
- Constructor.
- Parameters:
sql
- the SQL statement that provoked the probleme
- the JDBC driver exception caught
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class SQLSeriousPoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.