org.melati.poem
Class PreparedSQLSeriousPoemException
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.PreparedSQLSeriousPoemException
- All Implemented Interfaces:
- Serializable
public class PreparedSQLSeriousPoemException
- extends SQLSeriousPoemException
Thrown when an SQL PreparedStatement
fails.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
statement
public PreparedStatement statement
- Our PreparedStatement.
PreparedSQLSeriousPoemException
public PreparedSQLSeriousPoemException(PreparedStatement statement,
SQLException e)
- Constructor.
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.