info.informatica.data.sql
Class SQLSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.data.DataException
              extended by info.informatica.data.sql.SQLSyntaxException
All Implemented Interfaces:
Serializable

public class SQLSyntaxException
extends DataException

Author:
Carlos Amengual
See Also:
Serialized Form

Constructor Summary
SQLSyntaxException()
           
SQLSyntaxException(String message)
           
SQLSyntaxException(String message, Throwable cause)
           
SQLSyntaxException(Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLSyntaxException

public SQLSyntaxException()

SQLSyntaxException

public SQLSyntaxException(String message)

SQLSyntaxException

public SQLSyntaxException(Throwable cause)

SQLSyntaxException

public SQLSyntaxException(String message,
                          Throwable cause)