org.openrdf.sail.rdbms.exceptions
Class RdbmsQueryEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
                  extended by org.openrdf.sail.rdbms.exceptions.RdbmsQueryEvaluationException
All Implemented Interfaces:
Serializable

public class RdbmsQueryEvaluationException
extends QueryEvaluationException

Wraps a SQLException or RdbmsException.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
RdbmsQueryEvaluationException(RdbmsException e)
           
RdbmsQueryEvaluationException(SQLException e)
           
RdbmsQueryEvaluationException(String msg, SQLException e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdbmsQueryEvaluationException

public RdbmsQueryEvaluationException(SQLException e)

RdbmsQueryEvaluationException

public RdbmsQueryEvaluationException(RdbmsException e)

RdbmsQueryEvaluationException

public RdbmsQueryEvaluationException(String msg,
                                     SQLException e)


Copyright © 2001-2010 Aduna. All Rights Reserved.