org.drizzle.jdbc.exception
Class SQLQueryCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.drizzle.jdbc.exception.SQLQueryCancelledException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class SQLQueryCancelledException
extends java.sql.SQLException

See Also:
Serialized Form

Constructor Summary
SQLQueryCancelledException(java.lang.String message)
           
SQLQueryCancelledException(java.lang.String message, java.lang.String sqlState, int errorCode, QueryException e)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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
 

Constructor Detail

SQLQueryCancelledException

public SQLQueryCancelledException(java.lang.String message)

SQLQueryCancelledException

public SQLQueryCancelledException(java.lang.String message,
                                  java.lang.String sqlState,
                                  int errorCode,
                                  QueryException e)


Copyright © 2012. All Rights Reserved.