org.openrdf.sail.rdbms.exceptions
Class RdbmsQueryEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.QueryEvaluationException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RdbmsQueryEvaluationException
public RdbmsQueryEvaluationException(SQLException e)
RdbmsQueryEvaluationException
public RdbmsQueryEvaluationException(RdbmsException e)
RdbmsQueryEvaluationException
public RdbmsQueryEvaluationException(String msg,
SQLException e)
Copyright © 2001-2008 Aduna. All Rights Reserved.