org.melati.poem
Class ExecutingSQLPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.SQLPoemException
org.melati.poem.ExecutingSQLPoemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DuplicateKeySQLPoemException
public class ExecutingSQLPoemException
- extends SQLPoemException
Thrown when there is a problem executing an SQL command.
- See Also:
- Serialized Form
Field Summary |
String |
sql
The raw SQL we were trying to execute. |
sql
public String sql
- The raw SQL we were trying to execute.
ExecutingSQLPoemException
public ExecutingSQLPoemException(String sql,
SQLException e)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class SQLPoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.