org.openrdf.sail.rdbms.exceptions
Class UnsupportedRdbmsOperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.QueryEvaluationException
org.openrdf.sail.rdbms.exceptions.UnsupportedRdbmsOperatorException
- All Implemented Interfaces:
- Serializable
public class UnsupportedRdbmsOperatorException
- extends QueryEvaluationException
Indicates that an operation is not supported on the database side and must be
evaluated on the client.
- 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 |
UnsupportedRdbmsOperatorException
public UnsupportedRdbmsOperatorException(String string)
Copyright © 2001-2008 Aduna. All Rights Reserved.