org.apache.hadoop.hbase.hbql.client
Class HBqlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.apache.hadoop.hbase.hbql.client.HBqlException
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
ColumnNotAllowedException, InternalErrorException, InvalidColumnException, InvalidFunctionException, InvalidIndexExpressionException, InvalidServerFilterException, InvalidTypeException, ParseException

public class HBqlException
extends SQLException

See Also:
Serialized Form

Constructor Summary
HBqlException(Exception e)
           
HBqlException(IOException e)
           
HBqlException(String s)
           
HBqlException(String s, Throwable throwable)
           
 
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

HBqlException

public HBqlException(String s)

HBqlException

public HBqlException(String s,
                     Throwable throwable)

HBqlException

public HBqlException(IOException e)

HBqlException

public HBqlException(Exception e)


Copyright © 2011. All Rights Reserved.