com.redstarhackers.jdbc.query
Class SQLGrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.redstarhackers.jdbc.query.SQLGrammarException
- All Implemented Interfaces:
- java.io.Serializable
- public class SQLGrammarException
- extends java.lang.Exception
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 1081 $
- Author:
- $Author: kostya $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SQLGrammarException
public SQLGrammarException()
SQLGrammarException
public SQLGrammarException(java.lang.String message)
- Parameters:
message -
SQLGrammarException
public SQLGrammarException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
SQLGrammarException
public SQLGrammarException(java.lang.Throwable cause)
- Parameters:
cause -